Shades of Inch Worm #A0D314
Tints of Inch Worm #A0D314
RGB
CMYK
RGB Variations
Color information
#A0D314 (or 0xA0D314) is known color: Inch Worm. HEX triplet: A0, D3 and 14. RGB value is (160,211,20). Sum of RGB (Red+Green+Blue) = 160+211+20=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D314 is #5F2CEB. Grayscale: #AEAEAE. Windows color (decimal): -6237420 or 1364896. OLE color: 1364896.
HSL color Cylindrical-coordinate representation of color #A0D314: hue angle of 76.02º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0D314 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 20 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.17 |
| HSL | 76.02º | 0.83% | 0.45% | - |
| HSV(B) | 76.02º | 0.91% | 0.83% | - |
| XYZ | 37.92 | 54.11 | 9.11 | - |
| YUV | 173.98 | 41.1 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 20 | 0.24 | 0 | 0.91 | 0.17 | 76.02 | 0.83 | 0.45 |
| Hex | A0 | D3 | 14 | 18 | 0 | 5B | 11 | 4C | 53 | 2D |
| Octal | 240 | 323 | 24 | 30 | 0 | 133 | 21 | 114 | 123 | 55 |
| Binary | 10100000 | 11010011 | 10100 | 11000 | 0 | 1011011 | 10001 | 1001100 | 1010011 | 101101 |
Color Harmonies of #A0D314
Complementary color
Monochromatic Colors of #A0D314
Black with #A0D314
Text Example
Text Example
White with #A0D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D314; }
p { color: rgb(160,211,20); }
H1.HeaderClassName
{
color: #A0D314;
}
.AnyTagClassName
{
color: #A0D314;
}
</style>
background-color css
<style>
a { background-color: #A0D314; }
a { background-color: rgb(160,211,20); }
div.DivClassName
{
background-color: #A0D314;
}
.BgClassName
{
background-color: #A0D314;
}
</style>
border-color css
<style>
span { border-color: #A0D314; }
span { border-color: rgb(160,211,20); }
td.TdClassName
{
border-color: #A0D314;
}
.TagClassName
{
border-color: #A0D314;
}
</style>