Shades of Inch Worm #A1DE12
Tints of Inch Worm #A1DE12
RGB
CMYK
RGB Variations
Color information
#A1DE12 (or 0xA1DE12) is known color: Inch Worm. HEX triplet: A1, DE and 12. RGB value is (161,222,18). Sum of RGB (Red+Green+Blue) = 161+222+18=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DE12 is #5E21ED. Grayscale: #B5B5B5. Windows color (decimal): -6169070 or 1236641. OLE color: 1236641.
HSL color Cylindrical-coordinate representation of color #A1DE12: hue angle of 77.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1DE12 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 18 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.13 |
| HSL | 77.94º | 0.85% | 0.47% | - |
| HSV(B) | 77.94º | 0.92% | 0.87% | - |
| XYZ | 40.93 | 59.86 | 9.97 | - |
| YUV | 180.51 | 36.29 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 18 | 0.27 | 0 | 0.92 | 0.13 | 77.94 | 0.85 | 0.47 |
| Hex | A1 | DE | 12 | 1B | 0 | 5C | D | 4E | 55 | 2F |
| Octal | 241 | 336 | 22 | 33 | 0 | 134 | 15 | 116 | 125 | 57 |
| Binary | 10100001 | 11011110 | 10010 | 11011 | 0 | 1011100 | 1101 | 1001110 | 1010101 | 101111 |
Color Harmonies of #A1DE12
Complementary color
Monochromatic Colors of #A1DE12
Black with #A1DE12
Text Example
Text Example
White with #A1DE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE12; }
p { color: rgb(161,222,18); }
H1.HeaderClassName
{
color: #A1DE12;
}
.AnyTagClassName
{
color: #A1DE12;
}
</style>
background-color css
<style>
a { background-color: #A1DE12; }
a { background-color: rgb(161,222,18); }
div.DivClassName
{
background-color: #A1DE12;
}
.BgClassName
{
background-color: #A1DE12;
}
</style>
border-color css
<style>
span { border-color: #A1DE12; }
span { border-color: rgb(161,222,18); }
td.TdClassName
{
border-color: #A1DE12;
}
.TagClassName
{
border-color: #A1DE12;
}
</style>