Html Css Color HEX #AAAA24 Earls Green

📋 copy color: '#AAAA24'

red 170 ◦ green 170 ◦ blue 36

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

Shades of Earls Green #AAAA24

Tints of Earls Green #AAAA24

RGB

 RED value IS 170 (66.8% from 255) = 45.21%

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

 BLUE value IS 36 (14.45% from 255) = 9.57%

R = 45.21%
G = 45.21%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AAAA24 (or 0xAAAA24) is known color: Earls Green. HEX triplet: AA, AA and 24. RGB value is (170,170,36). Sum of RGB (Red+Green+Blue) = 170+170+36=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA24 is #5555DB. Grayscale: #9B9B9B. Windows color (decimal): -5592540 or 2402986. OLE color: 2402986.

HSL color Cylindrical-coordinate representation of color #AAAA24: hue angle of 60º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAAA24 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 36 -
CMYK 0 0 0.79 0.33
HSL 60º 0.65% 0.4% -
HSV(B) 60º 0.79% 0.67% -
XYZ 31.27 37.42 7.24 -
YUV 154.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 170 170 36 0 0 0.79 0.33 60 0.65 0.4
Hex AA AA 24 0 0 4F 21 3C 41 28
Octal 252 252 44 0 0 117 41 74 101 50
Binary 10101010 10101010 100100 0 0 1001111 100001 111100 1000001 101000

Color Harmonies of #AAAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA24

Black with #AAAA24

Text Example


Text Example

White with #AAAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA24; }

 p { color: rgb(170,170,36); }

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

background-color css

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

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

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

border-color css

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

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

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