Html Css Color HEX #ADAD14 Earls Green

📋 copy color: '#ADAD14'

red 173 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #ADAD14

Tints of Earls Green #ADAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.27%

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

R = 47.27%
G = 47.27%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#ADAD14 (or 0xADAD14) is known color: Earls Green. HEX triplet: AD, AD and 14. RGB value is (173,173,20). Sum of RGB (Red+Green+Blue) = 173+173+20=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD14 is #5252EB. Grayscale: #9C9C9C. Windows color (decimal): -5395180 or 1355181. OLE color: 1355181.

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

Color convert

RGB 173 173 20 -
CMYK 0 0 0.88 0.32
HSL 60º 0.79% 0.38% -
HSV(B) 60º 0.88% 0.68% -
XYZ 32.3 38.82 6.45 -
YUV 155.56 51.5 140.44 -
System Red Green Blue C M Y K H S L
Decimal 173 173 20 0 0 0.88 0.32 60 0.79 0.38
Hex AD AD 14 0 0 58 20 3C 4F 26
Octal 255 255 24 0 0 130 40 74 117 46
Binary 10101101 10101101 10100 0 0 1011000 100000 111100 1001111 100110

Color Harmonies of #ADAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD14

Black with #ADAD14

Text Example


Text Example

White with #ADAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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