Shades of Inch Worm #A1DA1B
Tints of Inch Worm #A1DA1B
RGB
CMYK
RGB Variations
Color information
#A1DA1B (or 0xA1DA1B) is known color: Inch Worm. HEX triplet: A1, DA and 1B. RGB value is (161,218,27). Sum of RGB (Red+Green+Blue) = 161+218+27=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DA1B is #5E25E4. Grayscale: #B3B3B3. Windows color (decimal): -6170085 or 1825441. OLE color: 1825441.
HSL color Cylindrical-coordinate representation of color #A1DA1B: hue angle of 77.91º 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 #A1DA1B is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 27 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.15 |
| HSL | 77.91º | 0.78% | 0.48% | - |
| HSV(B) | 77.91º | 0.88% | 0.85% | - |
| XYZ | 39.97 | 57.8 | 10.09 | - |
| YUV | 179.18 | 42.12 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 27 | 0.26 | 0 | 0.88 | 0.15 | 77.91 | 0.78 | 0.48 |
| Hex | A1 | DA | 1B | 1A | 0 | 58 | F | 4E | 4E | 30 |
| Octal | 241 | 332 | 33 | 32 | 0 | 130 | 17 | 116 | 116 | 60 |
| Binary | 10100001 | 11011010 | 11011 | 11010 | 0 | 1011000 | 1111 | 1001110 | 1001110 | 110000 |
Color Harmonies of #A1DA1B
Complementary color
Monochromatic Colors of #A1DA1B
Black with #A1DA1B
Text Example
Text Example
White with #A1DA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA1B; }
p { color: rgb(161,218,27); }
H1.HeaderClassName
{
color: #A1DA1B;
}
.AnyTagClassName
{
color: #A1DA1B;
}
</style>
background-color css
<style>
a { background-color: #A1DA1B; }
a { background-color: rgb(161,218,27); }
div.DivClassName
{
background-color: #A1DA1B;
}
.BgClassName
{
background-color: #A1DA1B;
}
</style>
border-color css
<style>
span { border-color: #A1DA1B; }
span { border-color: rgb(161,218,27); }
td.TdClassName
{
border-color: #A1DA1B;
}
.TagClassName
{
border-color: #A1DA1B;
}
</style>