Html Css Color HEX #AAAE30 Earls Green

📋 copy color: '#AAAE30'

red 170 ◦ green 174 ◦ blue 48

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

Shades of Earls Green #AAAE30

Tints of Earls Green #AAAE30

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.39%

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

R = 43.37%
G = 44.39%
B = 12.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AAAE30 (or 0xAAAE30) is known color: Earls Green. HEX triplet: AA, AE and 30. RGB value is (170,174,48). Sum of RGB (Red+Green+Blue) = 170+174+48=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE30 is #5551CF. Grayscale: #9E9E9E. Windows color (decimal): -5591504 or 3190442. OLE color: 3190442.

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

Color convert

RGB 170 174 48 -
CMYK 0.02 0 0.72 0.32
HSL 61.9º 0.57% 0.44% -
HSV(B) 61.9º 0.72% 0.68% -
XYZ 32.25 39.03 8.63 -
YUV 158.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 170 174 48 0.02 0 0.72 0.32 61.9 0.57 0.44
Hex AA AE 30 2 0 48 20 3E 39 2C
Octal 252 256 60 2 0 110 40 76 71 54
Binary 10101010 10101110 110000 10 0 1001000 100000 111110 111001 101100

Color Harmonies of #AAAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE30

Black with #AAAE30

Text Example


Text Example

White with #AAAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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