Shades of Inch Worm #AAD318
Tints of Inch Worm #AAD318
RGB
CMYK
RGB Variations
Color information
#AAD318 (or 0xAAD318) is known color: Inch Worm. HEX triplet: AA, D3 and 18. RGB value is (170,211,24). Sum of RGB (Red+Green+Blue) = 170+211+24=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD318 is #552CE7. Grayscale: #B2B2B2. Windows color (decimal): -5582056 or 1627050. OLE color: 1627050.
HSL color Cylindrical-coordinate representation of color #AAD318: hue angle of 73.16º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAD318 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 24 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.17 |
| HSL | 73.16º | 0.8% | 0.46% | - |
| HSV(B) | 73.16º | 0.89% | 0.83% | - |
| XYZ | 40.04 | 55.2 | 9.41 | - |
| YUV | 177.42 | 41.42 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 24 | 0.19 | 0 | 0.89 | 0.17 | 73.16 | 0.8 | 0.46 |
| Hex | AA | D3 | 18 | 13 | 0 | 59 | 11 | 49 | 50 | 2E |
| Octal | 252 | 323 | 30 | 23 | 0 | 131 | 21 | 111 | 120 | 56 |
| Binary | 10101010 | 11010011 | 11000 | 10011 | 0 | 1011001 | 10001 | 1001001 | 1010000 | 101110 |
Color Harmonies of #AAD318
Complementary color
Monochromatic Colors of #AAD318
Black with #AAD318
Text Example
Text Example
White with #AAD318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD318; }
p { color: rgb(170,211,24); }
H1.HeaderClassName
{
color: #AAD318;
}
.AnyTagClassName
{
color: #AAD318;
}
</style>
background-color css
<style>
a { background-color: #AAD318; }
a { background-color: rgb(170,211,24); }
div.DivClassName
{
background-color: #AAD318;
}
.BgClassName
{
background-color: #AAD318;
}
</style>
border-color css
<style>
span { border-color: #AAD318; }
span { border-color: rgb(170,211,24); }
td.TdClassName
{
border-color: #AAD318;
}
.TagClassName
{
border-color: #AAD318;
}
</style>