Html Css Color HEX #AAAA30 Earls Green

📋 copy color: '#AAAA30'

red 170 ◦ green 170 ◦ blue 48

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

Shades of Earls Green #AAAA30

Tints of Earls Green #AAAA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 43.81%
G = 43.81%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AAAA30 (or 0xAAAA30) is known color: Earls Green. HEX triplet: AA, AA and 30. RGB value is (170,170,48). Sum of RGB (Red+Green+Blue) = 170+170+48=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA30 is #5555CF. Grayscale: #9C9C9C. Windows color (decimal): -5592528 or 3189418. OLE color: 3189418.

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

Color convert

RGB 170 170 48 -
CMYK 0 0 0.72 0.33
HSL 60º 0.56% 0.43% -
HSV(B) 60º 0.72% 0.67% -
XYZ 31.49 37.51 8.38 -
YUV 156.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 170 170 48 0 0 0.72 0.33 60 0.56 0.43
Hex AA AA 30 0 0 48 21 3C 38 2B
Octal 252 252 60 0 0 110 41 74 70 53
Binary 10101010 10101010 110000 0 0 1001000 100001 111100 111000 101011

Color Harmonies of #AAAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA30

Black with #AAAA30

Text Example


Text Example

White with #AAAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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