#ADAC18

Color #ADAC18 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ADAC18

Tints of Earls Green #ADAC18

Color information

#ADAC18 (or 0xADAC18) is unknown color: approx Earls Green. HEX triplet: AD, AC and 18. RGB value is (173,172,24). Sum of RGB (Red+Green+Blue) = 173+172+24=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC18 is #5253E7. Grayscale: #9C9C9C. Windows color (decimal): -5395432 or 1617069. OLE color: 1617069.

HSL color Cylindrical-coordinate representation of color #ADAC18: hue angle of 59.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADAC18 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB17317224-
CMYK00.010.860.32
HSL59.6º75.63%38.63%-
HSV(B)59.6º86.13%67.84%-
XYZ32.1538.466.59-
YUV155.4353.83140.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 24 (9.77% from 255) = 6.50%
R=46.88%
G=46.61%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731722400.010.860.3259.675.6338.63
HexADAC180156203c4c27
Octal2552543001126407411447
Binary1010110110101100110000110101101000001111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC18; }

 p { color: rgb(173,172,24); }

 H1.HeaderClassName
 {
   color: #ADAC18;
 }
 .AnyTagClassName
 {
   color: #ADAC18;
 }
</style>
background-color css

<style>
 a { background-color: #ADAC18; }

 a { background-color: rgb(173,172,24); }

 div.DivClassName
 {
   background-color: #ADAC18;
 }
 .BgClassName
 {
   background-color: #ADAC18;
 }
</style>
border-color css

<style>
 span { border-color: #ADAC18; }

 span { border-color: rgb(173,172,24); }

 td.TdClassName
 {
   border-color: #ADAC18;
 }
 .TagClassName
 {
   border-color: #ADAC18;
 }
</style>