Shades of Inch Worm #AAD41C
Tints of Inch Worm #AAD41C
RGB
CMYK
RGB Variations
Color information
#AAD41C (or 0xAAD41C) is known color: Inch Worm. HEX triplet: AA, D4 and 1C. RGB value is (170,212,28). Sum of RGB (Red+Green+Blue) = 170+212+28=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD41C is #552BE3. Grayscale: #B3B3B3. Windows color (decimal): -5581796 or 1889450. OLE color: 1889450.
HSL color Cylindrical-coordinate representation of color #AAD41C: hue angle of 73.7º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAD41C is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 28 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.17 |
| HSL | 73.7º | 0.77% | 0.47% | - |
| HSV(B) | 73.7º | 0.87% | 0.83% | - |
| XYZ | 40.33 | 55.72 | 9.73 | - |
| YUV | 178.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 28 | 0.20 | 0 | 0.87 | 0.17 | 73.7 | 0.77 | 0.47 |
| Hex | AA | D4 | 1C | 14 | 0 | 57 | 11 | 4A | 4D | 2F |
| Octal | 252 | 324 | 34 | 24 | 0 | 127 | 21 | 112 | 115 | 57 |
| Binary | 10101010 | 11010100 | 11100 | 10100 | 0 | 1010111 | 10001 | 1001010 | 1001101 | 101111 |
Color Harmonies of #AAD41C
Complementary color
Monochromatic Colors of #AAD41C
Black with #AAD41C
Text Example
Text Example
White with #AAD41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD41C; }
p { color: rgb(170,212,28); }
H1.HeaderClassName
{
color: #AAD41C;
}
.AnyTagClassName
{
color: #AAD41C;
}
</style>
background-color css
<style>
a { background-color: #AAD41C; }
a { background-color: rgb(170,212,28); }
div.DivClassName
{
background-color: #AAD41C;
}
.BgClassName
{
background-color: #AAD41C;
}
</style>
border-color css
<style>
span { border-color: #AAD41C; }
span { border-color: rgb(170,212,28); }
td.TdClassName
{
border-color: #AAD41C;
}
.TagClassName
{
border-color: #AAD41C;
}
</style>