Shades of Inch Worm #A8D314
Tints of Inch Worm #A8D314
RGB
CMYK
RGB Variations
Color information
#A8D314 (or 0xA8D314) is known color: Inch Worm. HEX triplet: A8, D3 and 14. RGB value is (168,211,20). Sum of RGB (Red+Green+Blue) = 168+211+20=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D314 is #572CEB. Grayscale: #B1B1B1. Windows color (decimal): -5713132 or 1364904. OLE color: 1364904.
HSL color Cylindrical-coordinate representation of color #A8D314: hue angle of 73.51º 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 #A8D314 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 20 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.17 |
| HSL | 73.51º | 0.83% | 0.45% | - |
| HSV(B) | 73.51º | 0.91% | 0.83% | - |
| XYZ | 39.57 | 54.96 | 9.19 | - |
| YUV | 176.37 | 39.75 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 20 | 0.20 | 0 | 0.91 | 0.17 | 73.51 | 0.83 | 0.45 |
| Hex | A8 | D3 | 14 | 14 | 0 | 5B | 11 | 4A | 53 | 2D |
| Octal | 250 | 323 | 24 | 24 | 0 | 133 | 21 | 112 | 123 | 55 |
| Binary | 10101000 | 11010011 | 10100 | 10100 | 0 | 1011011 | 10001 | 1001010 | 1010011 | 101101 |
Color Harmonies of #A8D314
Complementary color
Monochromatic Colors of #A8D314
Black with #A8D314
Text Example
Text Example
White with #A8D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D314; }
p { color: rgb(168,211,20); }
H1.HeaderClassName
{
color: #A8D314;
}
.AnyTagClassName
{
color: #A8D314;
}
</style>
background-color css
<style>
a { background-color: #A8D314; }
a { background-color: rgb(168,211,20); }
div.DivClassName
{
background-color: #A8D314;
}
.BgClassName
{
background-color: #A8D314;
}
</style>
border-color css
<style>
span { border-color: #A8D314; }
span { border-color: rgb(168,211,20); }
td.TdClassName
{
border-color: #A8D314;
}
.TagClassName
{
border-color: #A8D314;
}
</style>