Shades of Inch Worm #AAD514
Tints of Inch Worm #AAD514
RGB
CMYK
RGB Variations
Color information
#AAD514 (or 0xAAD514) is known color: Inch Worm. HEX triplet: AA, D5 and 14. RGB value is (170,213,20). Sum of RGB (Red+Green+Blue) = 170+213+20=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD514 is #552AEB. Grayscale: #B2B2B2. Windows color (decimal): -5581548 or 1365418. OLE color: 1365418.
HSL color Cylindrical-coordinate representation of color #AAD514: hue angle of 73.37º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAD514 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 20 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.16 |
| HSL | 73.37º | 0.83% | 0.46% | - |
| HSV(B) | 73.37º | 0.91% | 0.84% | - |
| XYZ | 40.5 | 56.19 | 9.37 | - |
| YUV | 178.14 | 38.75 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 20 | 0.20 | 0 | 0.91 | 0.16 | 73.37 | 0.83 | 0.46 |
| Hex | AA | D5 | 14 | 14 | 0 | 5B | 10 | 49 | 53 | 2E |
| Octal | 252 | 325 | 24 | 24 | 0 | 133 | 20 | 111 | 123 | 56 |
| Binary | 10101010 | 11010101 | 10100 | 10100 | 0 | 1011011 | 10000 | 1001001 | 1010011 | 101110 |
Color Harmonies of #AAD514
Complementary color
Monochromatic Colors of #AAD514
Black with #AAD514
Text Example
Text Example
White with #AAD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD514; }
p { color: rgb(170,213,20); }
H1.HeaderClassName
{
color: #AAD514;
}
.AnyTagClassName
{
color: #AAD514;
}
</style>
background-color css
<style>
a { background-color: #AAD514; }
a { background-color: rgb(170,213,20); }
div.DivClassName
{
background-color: #AAD514;
}
.BgClassName
{
background-color: #AAD514;
}
</style>
border-color css
<style>
span { border-color: #AAD514; }
span { border-color: rgb(170,213,20); }
td.TdClassName
{
border-color: #AAD514;
}
.TagClassName
{
border-color: #AAD514;
}
</style>