Shades of Inch Worm #AAD512
Tints of Inch Worm #AAD512
RGB
CMYK
RGB Variations
Color information
#AAD512 (or 0xAAD512) is known color: Inch Worm. HEX triplet: AA, D5 and 12. RGB value is (170,213,18). Sum of RGB (Red+Green+Blue) = 170+213+18=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD512 is #552AED. Grayscale: #B2B2B2. Windows color (decimal): -5581550 or 1234346. OLE color: 1234346.
HSL color Cylindrical-coordinate representation of color #AAD512: hue angle of 73.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAD512 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 18 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.16 |
| HSL | 73.23º | 0.84% | 0.45% | - |
| HSV(B) | 73.23º | 0.92% | 0.84% | - |
| XYZ | 40.48 | 56.18 | 9.28 | - |
| YUV | 177.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 18 | 0.20 | 0 | 0.92 | 0.16 | 73.23 | 0.84 | 0.45 |
| Hex | AA | D5 | 12 | 14 | 0 | 5C | 10 | 49 | 54 | 2D |
| Octal | 252 | 325 | 22 | 24 | 0 | 134 | 20 | 111 | 124 | 55 |
| Binary | 10101010 | 11010101 | 10010 | 10100 | 0 | 1011100 | 10000 | 1001001 | 1010100 | 101101 |
Color Harmonies of #AAD512
Complementary color
Monochromatic Colors of #AAD512
Black with #AAD512
Text Example
Text Example
White with #AAD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD512; }
p { color: rgb(170,213,18); }
H1.HeaderClassName
{
color: #AAD512;
}
.AnyTagClassName
{
color: #AAD512;
}
</style>
background-color css
<style>
a { background-color: #AAD512; }
a { background-color: rgb(170,213,18); }
div.DivClassName
{
background-color: #AAD512;
}
.BgClassName
{
background-color: #AAD512;
}
</style>
border-color css
<style>
span { border-color: #AAD512; }
span { border-color: rgb(170,213,18); }
td.TdClassName
{
border-color: #AAD512;
}
.TagClassName
{
border-color: #AAD512;
}
</style>