Shades of Inch Worm #A2DB1A
Tints of Inch Worm #A2DB1A
RGB
CMYK
RGB Variations
Color information
#A2DB1A (or 0xA2DB1A) is known color: Inch Worm. HEX triplet: A2, DB and 1A. RGB value is (162,219,26). Sum of RGB (Red+Green+Blue) = 162+219+26=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB1A is #5D24E5. Grayscale: #B4B4B4. Windows color (decimal): -6104294 or 1760162. OLE color: 1760162.
HSL color Cylindrical-coordinate representation of color #A2DB1A: hue angle of 77.72º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2DB1A is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 26 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.14 |
| HSL | 77.72º | 0.79% | 0.48% | - |
| HSV(B) | 77.72º | 0.88% | 0.86% | - |
| XYZ | 40.42 | 58.42 | 10.12 | - |
| YUV | 179.96 | 41.12 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 26 | 0.26 | 0 | 0.88 | 0.14 | 77.72 | 0.79 | 0.48 |
| Hex | A2 | DB | 1A | 1A | 0 | 58 | E | 4E | 4F | 30 |
| Octal | 242 | 333 | 32 | 32 | 0 | 130 | 16 | 116 | 117 | 60 |
| Binary | 10100010 | 11011011 | 11010 | 11010 | 0 | 1011000 | 1110 | 1001110 | 1001111 | 110000 |
Color Harmonies of #A2DB1A
Complementary color
Monochromatic Colors of #A2DB1A
Black with #A2DB1A
Text Example
Text Example
White with #A2DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB1A; }
p { color: rgb(162,219,26); }
H1.HeaderClassName
{
color: #A2DB1A;
}
.AnyTagClassName
{
color: #A2DB1A;
}
</style>
background-color css
<style>
a { background-color: #A2DB1A; }
a { background-color: rgb(162,219,26); }
div.DivClassName
{
background-color: #A2DB1A;
}
.BgClassName
{
background-color: #A2DB1A;
}
</style>
border-color css
<style>
span { border-color: #A2DB1A; }
span { border-color: rgb(162,219,26); }
td.TdClassName
{
border-color: #A2DB1A;
}
.TagClassName
{
border-color: #A2DB1A;
}
</style>