Shades of Inch Worm #AAD103
Tints of Inch Worm #AAD103
RGB
CMYK
RGB Variations
Color information
#AAD103 (or 0xAAD103) is known color: Inch Worm. HEX triplet: AA, D1 and 03. RGB value is (170,209,3). Sum of RGB (Red+Green+Blue) = 170+209+3=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD103 is #552EFC. Grayscale: #AEAEAE. Windows color (decimal): -5582589 or 250282. OLE color: 250282.
HSL color Cylindrical-coordinate representation of color #AAD103: hue angle of 71.36º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAD103 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.18 |
| HSL | 71.36º | 0.97% | 0.42% | - |
| HSV(B) | 71.36º | 0.99% | 0.82% | - |
| XYZ | 39.39 | 54.15 | 8.46 | - |
| YUV | 173.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 3 | 0.19 | 0 | 0.99 | 0.18 | 71.36 | 0.97 | 0.42 |
| Hex | AA | D1 | 3 | 13 | 0 | 63 | 12 | 47 | 61 | 2A |
| Octal | 252 | 321 | 3 | 23 | 0 | 143 | 22 | 107 | 141 | 52 |
| Binary | 10101010 | 11010001 | 11 | 10011 | 0 | 1100011 | 10010 | 1000111 | 1100001 | 101010 |
Color Harmonies of #AAD103
Complementary color
Monochromatic Colors of #AAD103
Black with #AAD103
Text Example
Text Example
White with #AAD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD103; }
p { color: rgb(170,209,3); }
H1.HeaderClassName
{
color: #AAD103;
}
.AnyTagClassName
{
color: #AAD103;
}
</style>
background-color css
<style>
a { background-color: #AAD103; }
a { background-color: rgb(170,209,3); }
div.DivClassName
{
background-color: #AAD103;
}
.BgClassName
{
background-color: #AAD103;
}
</style>
border-color css
<style>
span { border-color: #AAD103; }
span { border-color: rgb(170,209,3); }
td.TdClassName
{
border-color: #AAD103;
}
.TagClassName
{
border-color: #AAD103;
}
</style>