Shades of Inch Worm #AAD303
Tints of Inch Worm #AAD303
RGB
CMYK
RGB Variations
Color information
#AAD303 (or 0xAAD303) is known color: Inch Worm. HEX triplet: AA, D3 and 03. RGB value is (170,211,3). Sum of RGB (Red+Green+Blue) = 170+211+3=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD303 is #552CFC. Grayscale: #AFAFAF. Windows color (decimal): -5582077 or 250794. OLE color: 250794.
HSL color Cylindrical-coordinate representation of color #AAD303: hue angle of 71.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAD303 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 3 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.17 |
| HSL | 71.83º | 0.97% | 0.42% | - |
| HSV(B) | 71.83º | 0.99% | 0.83% | - |
| XYZ | 39.89 | 55.14 | 8.63 | - |
| YUV | 175.03 | 30.92 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 3 | 0.19 | 0 | 0.99 | 0.17 | 71.83 | 0.97 | 0.42 |
| Hex | AA | D3 | 3 | 13 | 0 | 63 | 11 | 48 | 61 | 2A |
| Octal | 252 | 323 | 3 | 23 | 0 | 143 | 21 | 110 | 141 | 52 |
| Binary | 10101010 | 11010011 | 11 | 10011 | 0 | 1100011 | 10001 | 1001000 | 1100001 | 101010 |
Color Harmonies of #AAD303
Complementary color
Monochromatic Colors of #AAD303
Black with #AAD303
Text Example
Text Example
White with #AAD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD303; }
p { color: rgb(170,211,3); }
H1.HeaderClassName
{
color: #AAD303;
}
.AnyTagClassName
{
color: #AAD303;
}
</style>
background-color css
<style>
a { background-color: #AAD303; }
a { background-color: rgb(170,211,3); }
div.DivClassName
{
background-color: #AAD303;
}
.BgClassName
{
background-color: #AAD303;
}
</style>
border-color css
<style>
span { border-color: #AAD303; }
span { border-color: rgb(170,211,3); }
td.TdClassName
{
border-color: #AAD303;
}
.TagClassName
{
border-color: #AAD303;
}
</style>