Shades of Inch Worm #A2DB05
Tints of Inch Worm #A2DB05
RGB
CMYK
RGB Variations
Color information
#A2DB05 (or 0xA2DB05) is known color: Inch Worm. HEX triplet: A2, DB and 05. RGB value is (162,219,5). Sum of RGB (Red+Green+Blue) = 162+219+5=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DB05 is #5D24FA. Grayscale: #B2B2B2. Windows color (decimal): -6104315 or 383906. OLE color: 383906.
HSL color Cylindrical-coordinate representation of color #A2DB05: hue angle of 75.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2DB05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.14 |
| HSL | 75.98º | 0.96% | 0.44% | - |
| HSV(B) | 75.98º | 0.98% | 0.86% | - |
| XYZ | 40.26 | 58.36 | 9.29 | - |
| YUV | 177.56 | 30.62 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 5 | 0.26 | 0 | 0.98 | 0.14 | 75.98 | 0.96 | 0.44 |
| Hex | A2 | DB | 5 | 1A | 0 | 62 | E | 4C | 60 | 2C |
| Octal | 242 | 333 | 5 | 32 | 0 | 142 | 16 | 114 | 140 | 54 |
| Binary | 10100010 | 11011011 | 101 | 11010 | 0 | 1100010 | 1110 | 1001100 | 1100000 | 101100 |
Color Harmonies of #A2DB05
Complementary color
Monochromatic Colors of #A2DB05
Black with #A2DB05
Text Example
Text Example
White with #A2DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB05; }
p { color: rgb(162,219,5); }
H1.HeaderClassName
{
color: #A2DB05;
}
.AnyTagClassName
{
color: #A2DB05;
}
</style>
background-color css
<style>
a { background-color: #A2DB05; }
a { background-color: rgb(162,219,5); }
div.DivClassName
{
background-color: #A2DB05;
}
.BgClassName
{
background-color: #A2DB05;
}
</style>
border-color css
<style>
span { border-color: #A2DB05; }
span { border-color: rgb(162,219,5); }
td.TdClassName
{
border-color: #A2DB05;
}
.TagClassName
{
border-color: #A2DB05;
}
</style>