Shades of Inch Worm #A2D908
Tints of Inch Worm #A2D908
RGB
CMYK
RGB Variations
Color information
#A2D908 (or 0xA2D908) is known color: Inch Worm. HEX triplet: A2, D9 and 08. RGB value is (162,217,8). Sum of RGB (Red+Green+Blue) = 162+217+8=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D908 is #5D26F7. Grayscale: #B1B1B1. Windows color (decimal): -6104824 or 580002. OLE color: 580002.
HSL color Cylindrical-coordinate representation of color #A2D908: hue angle of 75.79º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2D908 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.15 |
| HSL | 75.79º | 0.93% | 0.44% | - |
| HSV(B) | 75.79º | 0.96% | 0.85% | - |
| XYZ | 39.76 | 57.32 | 9.2 | - |
| YUV | 176.73 | 32.78 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 8 | 0.25 | 0 | 0.96 | 0.15 | 75.79 | 0.93 | 0.44 |
| Hex | A2 | D9 | 8 | 19 | 0 | 60 | F | 4C | 5D | 2C |
| Octal | 242 | 331 | 10 | 31 | 0 | 140 | 17 | 114 | 135 | 54 |
| Binary | 10100010 | 11011001 | 1000 | 11001 | 0 | 1100000 | 1111 | 1001100 | 1011101 | 101100 |
Color Harmonies of #A2D908
Complementary color
Monochromatic Colors of #A2D908
Black with #A2D908
Text Example
Text Example
White with #A2D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D908; }
p { color: rgb(162,217,8); }
H1.HeaderClassName
{
color: #A2D908;
}
.AnyTagClassName
{
color: #A2D908;
}
</style>
background-color css
<style>
a { background-color: #A2D908; }
a { background-color: rgb(162,217,8); }
div.DivClassName
{
background-color: #A2D908;
}
.BgClassName
{
background-color: #A2D908;
}
</style>
border-color css
<style>
span { border-color: #A2D908; }
span { border-color: rgb(162,217,8); }
td.TdClassName
{
border-color: #A2D908;
}
.TagClassName
{
border-color: #A2D908;
}
</style>