Html Css Color HEX #ADAA19 Earls Green

📋 copy color: '#ADAA19'

red 173 ◦ green 170 ◦ blue 25

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

Shades of Earls Green #ADAA19

Tints of Earls Green #ADAA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 47.01%
G = 46.2%
B = 6.79%

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

#ADAA19 (or 0xADAA19) is known color: Earls Green. HEX triplet: AD, AA and 19. RGB value is (173,170,25). Sum of RGB (Red+Green+Blue) = 173+170+25=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA19 is #5255E6. Grayscale: #9A9A9A. Windows color (decimal): -5395943 or 1682093. OLE color: 1682093.

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

Color convert

RGB 173 170 25 -
CMYK 0 0.02 0.86 0.32
HSL 58.78º 0.75% 0.39% -
HSV(B) 58.78º 0.86% 0.68% -
XYZ 31.78 37.7 6.52 -
YUV 154.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 173 170 25 0 0.02 0.86 0.32 58.78 0.75 0.39
Hex AD AA 19 0 2 56 20 3B 4B 27
Octal 255 252 31 0 2 126 40 73 113 47
Binary 10101101 10101010 11001 0 10 1010110 100000 111011 1001011 100111

Color Harmonies of #ADAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA19

Black with #ADAA19

Text Example


Text Example

White with #ADAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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