Shades of Inch Worm #AAE600
Tints of Inch Worm #AAE600
RGB
CMYK
RGB Variations
Color information
#AAE600 (or 0xAAE600) is known color: Inch Worm. HEX triplet: AA, E6 and 00. RGB value is (170,230,0). Sum of RGB (Red+Green+Blue) = 170+230+0=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 230 (90.23% from 255 or 57.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE600 is #5519FF. Grayscale: #BABABA. Windows color (decimal): -5577216 or 59050. OLE color: 59050.
HSL color Cylindrical-coordinate representation of color #AAE600: hue angle of 75.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAE600 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.10 |
| HSL | 75.65º | 1% | 0.45% | - |
| HSV(B) | 75.65º | 1% | 0.9% | - |
| XYZ | 44.87 | 65.14 | 10.21 | - |
| YUV | 185.84 | 23.12 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 0 | 0.26 | 0 | 1 | 0.10 | 75.65 | 1 | 0.45 |
| Hex | AA | E6 | 0 | 1A | 0 | 64 | A | 4C | 64 | 2D |
| Octal | 252 | 346 | 0 | 32 | 0 | 144 | 12 | 114 | 144 | 55 |
| Binary | 10101010 | 11100110 | 0 | 11010 | 0 | 1100100 | 1010 | 1001100 | 1100100 | 101101 |
Color Harmonies of #AAE600
Complementary color
Monochromatic Colors of #AAE600
Black with #AAE600
Text Example
Text Example
White with #AAE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE600; }
p { color: rgb(170,230,0); }
H1.HeaderClassName
{
color: #AAE600;
}
.AnyTagClassName
{
color: #AAE600;
}
</style>
background-color css
<style>
a { background-color: #AAE600; }
a { background-color: rgb(170,230,0); }
div.DivClassName
{
background-color: #AAE600;
}
.BgClassName
{
background-color: #AAE600;
}
</style>
border-color css
<style>
span { border-color: #AAE600; }
span { border-color: rgb(170,230,0); }
td.TdClassName
{
border-color: #AAE600;
}
.TagClassName
{
border-color: #AAE600;
}
</style>