Html Css Color HEX #AAE50E Inch Worm

📋 copy color: '#AAE50E'

red 170 ◦ green 229 ◦ blue 14

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

Shades of Inch Worm #AAE50E

Tints of Inch Worm #AAE50E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.45%

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 41.16%
G = 55.45%
B = 3.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#AAE50E (or 0xAAE50E) is known color: Inch Worm. HEX triplet: AA, E5 and 0E. RGB value is (170,229,14). Sum of RGB (Red+Green+Blue) = 170+229+14=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE50E is #551AF1. Grayscale: #BBBBBB. Windows color (decimal): -5577458 or 976298. OLE color: 976298.

HSL color Cylindrical-coordinate representation of color #AAE50E: hue angle of 76.47º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE50E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 14 -
CMYK 0.26 0 0.94 0.10
HSL 76.47º 0.88% 0.48% -
HSV(B) 76.47º 0.94% 0.9% -
XYZ 44.68 64.62 10.53 -
YUV 186.85 30.45 115.98 -
System Red Green Blue C M Y K H S L
Decimal 170 229 14 0.26 0 0.94 0.10 76.47 0.88 0.48
Hex AA E5 E 1A 0 5E A 4C 58 30
Octal 252 345 16 32 0 136 12 114 130 60
Binary 10101010 11100101 1110 11010 0 1011110 1010 1001100 1011000 110000

Color Harmonies of #AAE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE50E

Black with #AAE50E

Text Example


Text Example

White with #AAE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE50E; }

 p { color: rgb(170,229,14); }

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

background-color css

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

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

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

border-color css

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

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

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