Shades of Inch Worm #AAD61C
Tints of Inch Worm #AAD61C
RGB
CMYK
RGB Variations
Color information
#AAD61C (or 0xAAD61C) is known color: Inch Worm. HEX triplet: AA, D6 and 1C. RGB value is (170,214,28). Sum of RGB (Red+Green+Blue) = 170+214+28=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD61C is #5529E3. Grayscale: #B4B4B4. Windows color (decimal): -5581284 or 1889962. OLE color: 1889962.
HSL color Cylindrical-coordinate representation of color #AAD61C: hue angle of 74.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAD61C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 28 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.16 |
| HSL | 74.19º | 0.77% | 0.47% | - |
| HSV(B) | 74.19º | 0.87% | 0.84% | - |
| XYZ | 40.83 | 56.72 | 9.9 | - |
| YUV | 179.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 28 | 0.21 | 0 | 0.87 | 0.16 | 74.19 | 0.77 | 0.47 |
| Hex | AA | D6 | 1C | 15 | 0 | 57 | 10 | 4A | 4D | 2F |
| Octal | 252 | 326 | 34 | 25 | 0 | 127 | 20 | 112 | 115 | 57 |
| Binary | 10101010 | 11010110 | 11100 | 10101 | 0 | 1010111 | 10000 | 1001010 | 1001101 | 101111 |
Color Harmonies of #AAD61C
Complementary color
Monochromatic Colors of #AAD61C
Black with #AAD61C
Text Example
Text Example
White with #AAD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD61C; }
p { color: rgb(170,214,28); }
H1.HeaderClassName
{
color: #AAD61C;
}
.AnyTagClassName
{
color: #AAD61C;
}
</style>
background-color css
<style>
a { background-color: #AAD61C; }
a { background-color: rgb(170,214,28); }
div.DivClassName
{
background-color: #AAD61C;
}
.BgClassName
{
background-color: #AAD61C;
}
</style>
border-color css
<style>
span { border-color: #AAD61C; }
span { border-color: rgb(170,214,28); }
td.TdClassName
{
border-color: #AAD61C;
}
.TagClassName
{
border-color: #AAD61C;
}
</style>