Html Css Color HEX #AAE11C Inch Worm

📋 copy color: '#AAE11C'

red 170 ◦ green 225 ◦ blue 28

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

Shades of Inch Worm #AAE11C

Tints of Inch Worm #AAE11C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.19%

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

R = 40.19%
G = 53.19%
B = 6.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#AAE11C (or 0xAAE11C) is known color: Inch Worm. HEX triplet: AA, E1 and 1C. RGB value is (170,225,28). Sum of RGB (Red+Green+Blue) = 170+225+28=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE11C is #551EE3. Grayscale: #BABABA. Windows color (decimal): -5578468 or 1892778. OLE color: 1892778.

HSL color Cylindrical-coordinate representation of color #AAE11C: hue angle of 76.75º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAE11C is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 28 -
CMYK 0.24 0 0.88 0.12
HSL 76.75º 0.78% 0.5% -
HSV(B) 76.75º 0.88% 0.88% -
XYZ 43.71 62.48 10.85 -
YUV 186.1 38.78 116.52 -
System Red Green Blue C M Y K H S L
Decimal 170 225 28 0.24 0 0.88 0.12 76.75 0.78 0.5
Hex AA E1 1C 18 0 58 C 4D 4E 32
Octal 252 341 34 30 0 130 14 115 116 62
Binary 10101010 11100001 11100 11000 0 1011000 1100 1001101 1001110 110010

Color Harmonies of #AAE11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE11C

Black with #AAE11C

Text Example


Text Example

White with #AAE11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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