Shades of Inch Worm #AAD81A
Tints of Inch Worm #AAD81A
RGB
CMYK
RGB Variations
Color information
#AAD81A (or 0xAAD81A) is known color: Inch Worm. HEX triplet: AA, D8 and 1A. RGB value is (170,216,26). Sum of RGB (Red+Green+Blue) = 170+216+26=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD81A is #5527E5. Grayscale: #B5B5B5. Windows color (decimal): -5580774 or 1759402. OLE color: 1759402.
HSL color Cylindrical-coordinate representation of color #AAD81A: hue angle of 74.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAD81A is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 26 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.15 |
| HSL | 74.53º | 0.79% | 0.47% | - |
| HSV(B) | 74.53º | 0.88% | 0.85% | - |
| XYZ | 41.32 | 57.73 | 9.94 | - |
| YUV | 180.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 26 | 0.21 | 0 | 0.88 | 0.15 | 74.53 | 0.79 | 0.47 |
| Hex | AA | D8 | 1A | 15 | 0 | 58 | F | 4B | 4F | 2F |
| Octal | 252 | 330 | 32 | 25 | 0 | 130 | 17 | 113 | 117 | 57 |
| Binary | 10101010 | 11011000 | 11010 | 10101 | 0 | 1011000 | 1111 | 1001011 | 1001111 | 101111 |
Color Harmonies of #AAD81A
Complementary color
Monochromatic Colors of #AAD81A
Black with #AAD81A
Text Example
Text Example
White with #AAD81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD81A; }
p { color: rgb(170,216,26); }
H1.HeaderClassName
{
color: #AAD81A;
}
.AnyTagClassName
{
color: #AAD81A;
}
</style>
background-color css
<style>
a { background-color: #AAD81A; }
a { background-color: rgb(170,216,26); }
div.DivClassName
{
background-color: #AAD81A;
}
.BgClassName
{
background-color: #AAD81A;
}
</style>
border-color css
<style>
span { border-color: #AAD81A; }
span { border-color: rgb(170,216,26); }
td.TdClassName
{
border-color: #AAD81A;
}
.TagClassName
{
border-color: #AAD81A;
}
</style>