Shades of Inch Worm #A1D104
Tints of Inch Worm #A1D104
RGB
CMYK
RGB Variations
Color information
#A1D104 (or 0xA1D104) is known color: Inch Worm. HEX triplet: A1, D1 and 04. RGB value is (161,209,4). Sum of RGB (Red+Green+Blue) = 161+209+4=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D104 is #5E2EFB. Grayscale: #ACACAC. Windows color (decimal): -6172412 or 315809. OLE color: 315809.
HSL color Cylindrical-coordinate representation of color #A1D104: hue angle of 74.05º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1D104 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.18 |
| HSL | 74.05º | 0.96% | 0.42% | - |
| HSV(B) | 74.05º | 0.98% | 0.82% | - |
| XYZ | 37.52 | 53.19 | 8.4 | - |
| YUV | 171.28 | 33.6 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 4 | 0.23 | 0 | 0.98 | 0.18 | 74.05 | 0.96 | 0.42 |
| Hex | A1 | D1 | 4 | 17 | 0 | 62 | 12 | 4A | 60 | 2A |
| Octal | 241 | 321 | 4 | 27 | 0 | 142 | 22 | 112 | 140 | 52 |
| Binary | 10100001 | 11010001 | 100 | 10111 | 0 | 1100010 | 10010 | 1001010 | 1100000 | 101010 |
Color Harmonies of #A1D104
Complementary color
Monochromatic Colors of #A1D104
Black with #A1D104
Text Example
Text Example
White with #A1D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D104; }
p { color: rgb(161,209,4); }
H1.HeaderClassName
{
color: #A1D104;
}
.AnyTagClassName
{
color: #A1D104;
}
</style>
background-color css
<style>
a { background-color: #A1D104; }
a { background-color: rgb(161,209,4); }
div.DivClassName
{
background-color: #A1D104;
}
.BgClassName
{
background-color: #A1D104;
}
</style>
border-color css
<style>
span { border-color: #A1D104; }
span { border-color: rgb(161,209,4); }
td.TdClassName
{
border-color: #A1D104;
}
.TagClassName
{
border-color: #A1D104;
}
</style>