Shades of Inch Worm #A2DB1B
Tints of Inch Worm #A2DB1B
RGB
CMYK
RGB Variations
Color information
#A2DB1B (or 0xA2DB1B) is known color: Inch Worm. HEX triplet: A2, DB and 1B. RGB value is (162,219,27). Sum of RGB (Red+Green+Blue) = 162+219+27=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DB1B is #5D24E4. Grayscale: #B4B4B4. Windows color (decimal): -6104293 or 1825698. OLE color: 1825698.
HSL color Cylindrical-coordinate representation of color #A2DB1B: hue angle of 77.81º degrees, saturation: 0.78, 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 #A2DB1B is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 27 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.14 |
| HSL | 77.81º | 0.78% | 0.48% | - |
| HSV(B) | 77.81º | 0.88% | 0.86% | - |
| XYZ | 40.43 | 58.42 | 10.18 | - |
| YUV | 180.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 27 | 0.26 | 0 | 0.88 | 0.14 | 77.81 | 0.78 | 0.48 |
| Hex | A2 | DB | 1B | 1A | 0 | 58 | E | 4E | 4E | 30 |
| Octal | 242 | 333 | 33 | 32 | 0 | 130 | 16 | 116 | 116 | 60 |
| Binary | 10100010 | 11011011 | 11011 | 11010 | 0 | 1011000 | 1110 | 1001110 | 1001110 | 110000 |
Color Harmonies of #A2DB1B
Complementary color
Monochromatic Colors of #A2DB1B
Black with #A2DB1B
Text Example
Text Example
White with #A2DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB1B; }
p { color: rgb(162,219,27); }
H1.HeaderClassName
{
color: #A2DB1B;
}
.AnyTagClassName
{
color: #A2DB1B;
}
</style>
background-color css
<style>
a { background-color: #A2DB1B; }
a { background-color: rgb(162,219,27); }
div.DivClassName
{
background-color: #A2DB1B;
}
.BgClassName
{
background-color: #A2DB1B;
}
</style>
border-color css
<style>
span { border-color: #A2DB1B; }
span { border-color: rgb(162,219,27); }
td.TdClassName
{
border-color: #A2DB1B;
}
.TagClassName
{
border-color: #A2DB1B;
}
</style>