Html Css Color HEX #AAE80C Inch Worm

📋 copy color: '#AAE80C'

red 170 ◦ green 232 ◦ blue 12

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

Shades of Inch Worm #AAE80C

Tints of Inch Worm #AAE80C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 56.04%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 41.06%
G = 56.04%
B = 2.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#AAE80C (or 0xAAE80C) is known color: Inch Worm. HEX triplet: AA, E8 and 0C. RGB value is (170,232,12). Sum of RGB (Red+Green+Blue) = 170+232+12=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 232 (91.02% from 255 or 56.04% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE80C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE80C is #5517F3. Grayscale: #BDBDBD. Windows color (decimal): -5576692 or 845994. OLE color: 845994.

HSL color Cylindrical-coordinate representation of color #AAE80C: hue angle of 76.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAE80C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 12 -
CMYK 0.27 0 0.95 0.09
HSL 76.91º 0.9% 0.48% -
HSV(B) 76.91º 0.95% 0.91% -
XYZ 45.5 66.29 10.74 -
YUV 188.38 28.46 114.89 -
System Red Green Blue C M Y K H S L
Decimal 170 232 12 0.27 0 0.95 0.09 76.91 0.9 0.48
Hex AA E8 C 1B 0 5F 9 4D 5A 30
Octal 252 350 14 33 0 137 11 115 132 60
Binary 10101010 11101000 1100 11011 0 1011111 1001 1001101 1011010 110000

Color Harmonies of #AAE80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE80C

Black with #AAE80C

Text Example


Text Example

White with #AAE80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE80C; }

 p { color: rgb(170,232,12); }

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

background-color css

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

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

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

border-color css

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

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

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