Shades of Inch Worm #A1D81B
Tints of Inch Worm #A1D81B
RGB
CMYK
RGB Variations
Color information
#A1D81B (or 0xA1D81B) is known color: Inch Worm. HEX triplet: A1, D8 and 1B. RGB value is (161,216,27). Sum of RGB (Red+Green+Blue) = 161+216+27=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D81B is #5E27E4. Grayscale: #B2B2B2. Windows color (decimal): -6170597 or 1824929. OLE color: 1824929.
HSL color Cylindrical-coordinate representation of color #A1D81B: hue angle of 77.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1D81B is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 27 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.15 |
| HSL | 77.46º | 0.78% | 0.48% | - |
| HSV(B) | 77.46º | 0.88% | 0.85% | - |
| XYZ | 39.45 | 56.77 | 9.91 | - |
| YUV | 178.01 | 42.78 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 27 | 0.25 | 0 | 0.88 | 0.15 | 77.46 | 0.78 | 0.48 |
| Hex | A1 | D8 | 1B | 19 | 0 | 58 | F | 4D | 4E | 30 |
| Octal | 241 | 330 | 33 | 31 | 0 | 130 | 17 | 115 | 116 | 60 |
| Binary | 10100001 | 11011000 | 11011 | 11001 | 0 | 1011000 | 1111 | 1001101 | 1001110 | 110000 |
Color Harmonies of #A1D81B
Complementary color
Monochromatic Colors of #A1D81B
Black with #A1D81B
Text Example
Text Example
White with #A1D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D81B; }
p { color: rgb(161,216,27); }
H1.HeaderClassName
{
color: #A1D81B;
}
.AnyTagClassName
{
color: #A1D81B;
}
</style>
background-color css
<style>
a { background-color: #A1D81B; }
a { background-color: rgb(161,216,27); }
div.DivClassName
{
background-color: #A1D81B;
}
.BgClassName
{
background-color: #A1D81B;
}
</style>
border-color css
<style>
span { border-color: #A1D81B; }
span { border-color: rgb(161,216,27); }
td.TdClassName
{
border-color: #A1D81B;
}
.TagClassName
{
border-color: #A1D81B;
}
</style>