Html Css Color HEX #ADAA18 Earls Green

📋 copy color: '#ADAA18'

red 173 ◦ green 170 ◦ blue 24

#ADAA18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ADAA18

Tints of Earls Green #ADAA18

RGB

 RED value IS 173 (67.97% from 255) = 47.14%

 GREEN value IS 170 (66.8% from 255) = 46.32%

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 47.14%
G = 46.32%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADAA18 (or 0xADAA18) is known color: Earls Green. HEX triplet: AD, AA and 18. RGB value is (173,170,24). Sum of RGB (Red+Green+Blue) = 173+170+24=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA18 is #5255E7. Grayscale: #9A9A9A. Windows color (decimal): -5395944 or 1616557. OLE color: 1616557.

HSL color Cylindrical-coordinate representation of color #ADAA18: hue angle of 58.79º 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 #ADAA18 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 24 -
CMYK 0 0.02 0.86 0.32
HSL 58.79º 0.76% 0.39% -
HSV(B) 58.79º 0.86% 0.68% -
XYZ 31.77 37.7 6.47 -
YUV 154.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 173 170 24 0 0.02 0.86 0.32 58.79 0.76 0.39
Hex AD AA 18 0 2 56 20 3B 4C 27
Octal 255 252 30 0 2 126 40 73 114 47
Binary 10101101 10101010 11000 0 10 1010110 100000 111011 1001100 100111

Color Harmonies of #ADAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA18

Black with #ADAA18

Text Example


Text Example

White with #ADAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA18; }

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

 H1.HeaderClassName
 {
   color: #ADAA18;
 }
 .AnyTagClassName
 {
   color: #ADAA18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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