COLOR #A5CE3A

HEX: #A5CE3A
RGB: (165,206,58)

Renk bilgisi

#A5CE3A contains mainly red and green colors. #A5CE3A ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#A5CE3A color RGB value is (165,206,58).

  • kırmız ton 165;
  • yeşil ton 206;
  • mavi ton 58.
RGB:
(165,206,58)
(65%,81%,23%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 206 of 255 = 81%
B 58 of 255 = 23%

165
206
58

R + G + B ~ 56%. #A5CE3A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 206 + 58 = 429 (100%)
R 165 of 429 ~ 38.46%
G 206 of 429 ~ 48.02%
B 58 of 429 ~ 13.52%

%38.46
%48.02
%13.52

CMYK RENK MODELİ

#A5CE3A rengi CMYK tonu (20,0,72,19).

  • camgöbeği tonu 19.90%
  • eflatun tonu 0.00%
  • sarı tonu 71.84%
  • ana renk tonu 19.22%
CMYK:
(20,0,72,19)
C20M0Y72K19 
(20%,0%,72%,19%)
(0.20/0.00/0.72/0.19)	

CMYK yüzdeleri

%19.9
%0
%71.84
%19.22

Codes

Color #A5CE3A in popluar color models

A5CE3A
RGB16520658
HSL77°60.16%51.76%
HSB/HSV77°71.84%80.78%
CMYK19.90%0.00%71.84%
19.22%

Color #A5CE3A in popluar number systems.

HEXA5CE3A
Decimal16520658
Binary1010010111001110111010
Octal24531672

Shades and tints

Shades of #A5CE3A

#A5CE3A
(165,206,58)
#96BC35
(150,188,53)
#87AA30
(135,170,48)
#78982B
(120,152,43)
#698626
(105,134,38)
#5A7421
(90,116,33)
#4B621C
(75,98,28)
#3C5017
(60,80,23)
#2D3E12
(45,62,18)
#1E2C0D
(30,44,13)
#0F1A08
(15,26,8)
#000000
(0,0,0)

Tints of #A5CE3A

#A5CE3A
(165,206,58)
#ADD24B
(173,210,75)
#B5D65C
(181,214,92)
#BDDA6D
(189,218,109)
#C5DE7E
(197,222,126)
#CDE28F
(205,226,143)
#D5E6A0
(213,230,160)
#DDEAB1
(221,234,177)
#E5EEC2
(229,238,194)
#EDF2D3
(237,242,211)
#F5F6E4
(245,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CE3A color. Also use rgb(165,206,58) instead hex code.

Text Font Color

.myTextColor { color: #A5CE3A; }

<p style="color:#A5CE3A">This sample text font color is #A5CE3A.</p>

This text font color is #A5CE3A.


Background Color

.myBgColor { background-color: #A5CE3A; }

<div style="background-color:#A5CE3A">Inner text</div>

This div background color is #A5CE3A.


Border color

.myBorderColor { border: 1px solid #A5CE3A; }

<div style="border:3px solid #A5CE3A">Div</div>

This div border color is #A5CE3A.


Opacity

.myOpacity80 { color: #A5CE3A; opacity: 0.8; }

<p style="color:#A5CE3A;opacity:0.8;">80%</p>

Text with #A5CE3A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5CE3A;}

<p style="text-shadow: 3px 3px 1px #A5CE3A">Text here.</p>

This text has shadow with #A5CE3A color.

.textShadow {text-shadow: 3px 3px 1px #A5CE3A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5CE3A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5CE3A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CE3A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5CE3A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5CE3A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5CE3A;
  -webkit-box-shadow:	1px 1px 3px 2px #A5CE3A;
  box-shadow:		1px 1px 3px 2px #A5CE3A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CE3A;
-webkit-box-shadow: 1px 1px 3px 2px #A5CE3A;
box-shadow:1px 1px 3px 2px #A5CE3A;">
Div content here</div>
This div box has shadow with color #A5CE3A.

Preview

Color preview on black background

This text has color #A5CE3A on black background.


Color preview on white background

This text has color #A5CE3A on white background.



Black color preview on #A5CE3A background

This text has black color on #A5CE3A background.


White color preview on #A5CE3A background

This text has white color on #A5CE3A background.