Shades of Inch Worm #AAD613
Tints of Inch Worm #AAD613
RGB
CMYK
RGB Variations
Color information
#AAD613 (or 0xAAD613) is known color: Inch Worm. HEX triplet: AA, D6 and 13. RGB value is (170,214,19). Sum of RGB (Red+Green+Blue) = 170+214+19=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD613 is #5529EC. Grayscale: #B3B3B3. Windows color (decimal): -5581293 or 1300138. OLE color: 1300138.
HSL color Cylindrical-coordinate representation of color #AAD613: hue angle of 73.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAD613 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.16 |
| HSL | 73.54º | 0.84% | 0.46% | - |
| HSV(B) | 73.54º | 0.91% | 0.84% | - |
| XYZ | 40.74 | 56.69 | 9.41 | - |
| YUV | 178.61 | 37.92 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 19 | 0.21 | 0 | 0.91 | 0.16 | 73.54 | 0.84 | 0.46 |
| Hex | AA | D6 | 13 | 15 | 0 | 5B | 10 | 4A | 54 | 2E |
| Octal | 252 | 326 | 23 | 25 | 0 | 133 | 20 | 112 | 124 | 56 |
| Binary | 10101010 | 11010110 | 10011 | 10101 | 0 | 1011011 | 10000 | 1001010 | 1010100 | 101110 |
Color Harmonies of #AAD613
Complementary color
Monochromatic Colors of #AAD613
Black with #AAD613
Text Example
Text Example
White with #AAD613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD613; }
p { color: rgb(170,214,19); }
H1.HeaderClassName
{
color: #AAD613;
}
.AnyTagClassName
{
color: #AAD613;
}
</style>
background-color css
<style>
a { background-color: #AAD613; }
a { background-color: rgb(170,214,19); }
div.DivClassName
{
background-color: #AAD613;
}
.BgClassName
{
background-color: #AAD613;
}
</style>
border-color css
<style>
span { border-color: #AAD613; }
span { border-color: rgb(170,214,19); }
td.TdClassName
{
border-color: #AAD613;
}
.TagClassName
{
border-color: #AAD613;
}
</style>