Html Css Color HEX #ADAA1E Earls Green

📋 copy color: '#ADAA1E'

red 173 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #ADAA1E

Tints of Earls Green #ADAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 46.38%
G = 45.58%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#ADAA1E (or 0xADAA1E) is known color: Earls Green. HEX triplet: AD, AA and 1E. RGB value is (173,170,30). Sum of RGB (Red+Green+Blue) = 173+170+30=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA1E is #5255E1. Grayscale: #9B9B9B. Windows color (decimal): -5395938 or 2009773. OLE color: 2009773.

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

Color convert

RGB 173 170 30 -
CMYK 0 0.02 0.83 0.32
HSL 58.74º 0.7% 0.4% -
HSV(B) 58.74º 0.83% 0.68% -
XYZ 31.84 37.73 6.83 -
YUV 154.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 173 170 30 0 0.02 0.83 0.32 58.74 0.7 0.4
Hex AD AA 1E 0 2 53 20 3B 46 28
Octal 255 252 36 0 2 123 40 73 106 50
Binary 10101101 10101010 11110 0 10 1010011 100000 111011 1000110 101000

Color Harmonies of #ADAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA1E

Black with #ADAA1E

Text Example


Text Example

White with #ADAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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