Html Css Color HEX #ADAA16 Earls Green

📋 copy color: '#ADAA16'

red 173 ◦ green 170 ◦ blue 22

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

Shades of Earls Green #ADAA16

Tints of Earls Green #ADAA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 47.4%
G = 46.58%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#ADAA16 (or 0xADAA16) is known color: Earls Green. HEX triplet: AD, AA and 16. RGB value is (173,170,22). Sum of RGB (Red+Green+Blue) = 173+170+22=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA16 is #5255E9. Grayscale: #9A9A9A. Windows color (decimal): -5395946 or 1485485. OLE color: 1485485.

HSL color Cylindrical-coordinate representation of color #ADAA16: hue angle of 58.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADAA16 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 22 -
CMYK 0 0.02 0.87 0.32
HSL 58.81º 0.77% 0.38% -
HSV(B) 58.81º 0.87% 0.68% -
XYZ 31.75 37.69 6.36 -
YUV 154.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 173 170 22 0 0.02 0.87 0.32 58.81 0.77 0.38
Hex AD AA 16 0 2 57 20 3B 4D 26
Octal 255 252 26 0 2 127 40 73 115 46
Binary 10101101 10101010 10110 0 10 1010111 100000 111011 1001101 100110

Color Harmonies of #ADAA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA16

Black with #ADAA16

Text Example


Text Example

White with #ADAA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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