Html Css Color HEX #AAAB1C Earls Green

📋 copy color: '#AAAB1C'

red 170 ◦ green 171 ◦ blue 28

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

Shades of Earls Green #AAAB1C

Tints of Earls Green #AAAB1C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.34%

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 46.07%
G = 46.34%
B = 7.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AAAB1C (or 0xAAAB1C) is known color: Earls Green. HEX triplet: AA, AB and 1C. RGB value is (170,171,28). Sum of RGB (Red+Green+Blue) = 170+171+28=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB1C is #5554E3. Grayscale: #9A9A9A. Windows color (decimal): -5592292 or 1878954. OLE color: 1878954.

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

Color convert

RGB 170 171 28 -
CMYK 0.01 0 0.84 0.33
HSL 60.42º 0.72% 0.39% -
HSV(B) 60.42º 0.84% 0.67% -
XYZ 31.35 37.76 6.73 -
YUV 154.4 56.67 139.13 -
System Red Green Blue C M Y K H S L
Decimal 170 171 28 0.01 0 0.84 0.33 60.42 0.72 0.39
Hex AA AB 1C 1 0 54 21 3C 48 27
Octal 252 253 34 1 0 124 41 74 110 47
Binary 10101010 10101011 11100 1 0 1010100 100001 111100 1001000 100111

Color Harmonies of #AAAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB1C

Black with #AAAB1C

Text Example


Text Example

White with #AAAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB1C; }

 p { color: rgb(170,171,28); }

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

background-color css

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

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

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

border-color css

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

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

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