Shades of Inch Worm #A2D318
Tints of Inch Worm #A2D318
RGB
CMYK
RGB Variations
Color information
#A2D318 (or 0xA2D318) is known color: Inch Worm. HEX triplet: A2, D3 and 18. RGB value is (162,211,24). Sum of RGB (Red+Green+Blue) = 162+211+24=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D318 is #5D2CE7. Grayscale: #AFAFAF. Windows color (decimal): -6106344 or 1627042. OLE color: 1627042.
HSL color Cylindrical-coordinate representation of color #A2D318: hue angle of 75.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2D318 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 24 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.17 |
| HSL | 75.72º | 0.8% | 0.46% | - |
| HSV(B) | 75.72º | 0.89% | 0.83% | - |
| XYZ | 38.36 | 54.34 | 9.33 | - |
| YUV | 175.03 | 42.77 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 24 | 0.23 | 0 | 0.89 | 0.17 | 75.72 | 0.8 | 0.46 |
| Hex | A2 | D3 | 18 | 17 | 0 | 59 | 11 | 4C | 50 | 2E |
| Octal | 242 | 323 | 30 | 27 | 0 | 131 | 21 | 114 | 120 | 56 |
| Binary | 10100010 | 11010011 | 11000 | 10111 | 0 | 1011001 | 10001 | 1001100 | 1010000 | 101110 |
Color Harmonies of #A2D318
Complementary color
Monochromatic Colors of #A2D318
Black with #A2D318
Text Example
Text Example
White with #A2D318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D318; }
p { color: rgb(162,211,24); }
H1.HeaderClassName
{
color: #A2D318;
}
.AnyTagClassName
{
color: #A2D318;
}
</style>
background-color css
<style>
a { background-color: #A2D318; }
a { background-color: rgb(162,211,24); }
div.DivClassName
{
background-color: #A2D318;
}
.BgClassName
{
background-color: #A2D318;
}
</style>
border-color css
<style>
span { border-color: #A2D318; }
span { border-color: rgb(162,211,24); }
td.TdClassName
{
border-color: #A2D318;
}
.TagClassName
{
border-color: #A2D318;
}
</style>