Html Css Color HEX #ADA02A Earls Green

📋 copy color: '#ADA02A'

red 173 ◦ green 160 ◦ blue 42

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

Shades of Earls Green #ADA02A

Tints of Earls Green #ADA02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.67%

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 46.13%
G = 42.67%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#ADA02A (or 0xADA02A) is known color: Earls Green. HEX triplet: AD, A0 and 2A. RGB value is (173,160,42). Sum of RGB (Red+Green+Blue) = 173+160+42=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA02A is #525FD5. Grayscale: #969696. Windows color (decimal): -5398486 or 2793645. OLE color: 2793645.

HSL color Cylindrical-coordinate representation of color #ADA02A: hue angle of 54.05º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADA02A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 42 -
CMYK 0 0.08 0.76 0.32
HSL 54.05º 0.61% 0.42% -
HSV(B) 54.05º 0.76% 0.68% -
XYZ 30.22 34.19 7.2 -
YUV 150.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 173 160 42 0 0.08 0.76 0.32 54.05 0.61 0.42
Hex AD A0 2A 0 8 4C 20 36 3D 2A
Octal 255 240 52 0 10 114 40 66 75 52
Binary 10101101 10100000 101010 0 1000 1001100 100000 110110 111101 101010

Color Harmonies of #ADA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA02A

Black with #ADA02A

Text Example


Text Example

White with #ADA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA02A; }

 p { color: rgb(173,160,42); }

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

background-color css

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

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

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

border-color css

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

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

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