Html Css Color HEX #ADAF20 Earls Green

📋 copy color: '#ADAF20'

red 173 ◦ green 175 ◦ blue 32

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

Shades of Earls Green #ADAF20

Tints of Earls Green #ADAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 45.53%
G = 46.05%
B = 8.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#ADAF20 (or 0xADAF20) is known color: Earls Green. HEX triplet: AD, AF and 20. RGB value is (173,175,32). Sum of RGB (Red+Green+Blue) = 173+175+32=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF20 is #5250DF. Grayscale: #9E9E9E. Windows color (decimal): -5394656 or 2142125. OLE color: 2142125.

HSL color Cylindrical-coordinate representation of color #ADAF20: hue angle of 60.84º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADAF20 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 32 -
CMYK 0.01 0 0.82 0.31
HSL 60.84º 0.69% 0.41% -
HSV(B) 60.84º 0.82% 0.69% -
XYZ 32.82 39.65 7.29 -
YUV 158.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 173 175 32 0.01 0 0.82 0.31 60.84 0.69 0.41
Hex AD AF 20 1 0 52 1F 3D 45 29
Octal 255 257 40 1 0 122 37 75 105 51
Binary 10101101 10101111 100000 1 0 1010010 11111 111101 1000101 101001

Color Harmonies of #ADAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF20

Black with #ADAF20

Text Example


Text Example

White with #ADAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF20; }

 p { color: rgb(173,175,32); }

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

background-color css

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

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

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

border-color css

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

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

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