Html Css Color HEX #ADAA14 Earls Green

📋 copy color: '#ADAA14'

red 173 ◦ green 170 ◦ blue 20

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

Shades of Earls Green #ADAA14

Tints of Earls Green #ADAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 47.66%
G = 46.83%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADAA14 (or 0xADAA14) is known color: Earls Green. HEX triplet: AD, AA and 14. RGB value is (173,170,20). Sum of RGB (Red+Green+Blue) = 173+170+20=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA14 is #5255EB. Grayscale: #9A9A9A. Windows color (decimal): -5395948 or 1354413. OLE color: 1354413.

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

Color convert

RGB 173 170 20 -
CMYK 0 0.02 0.88 0.32
HSL 58.82º 0.79% 0.38% -
HSV(B) 58.82º 0.88% 0.68% -
XYZ 31.73 37.68 6.26 -
YUV 153.8 52.49 141.7 -
System Red Green Blue C M Y K H S L
Decimal 173 170 20 0 0.02 0.88 0.32 58.82 0.79 0.38
Hex AD AA 14 0 2 58 20 3B 4F 26
Octal 255 252 24 0 2 130 40 73 117 46
Binary 10101101 10101010 10100 0 10 1011000 100000 111011 1001111 100110

Color Harmonies of #ADAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA14

Black with #ADAA14

Text Example


Text Example

White with #ADAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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