Shades of Inch Worm #A1D105
Tints of Inch Worm #A1D105
RGB
CMYK
RGB Variations
Color information
#A1D105 (or 0xA1D105) is known color: Inch Worm. HEX triplet: A1, D1 and 05. RGB value is (161,209,5). Sum of RGB (Red+Green+Blue) = 161+209+5=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D105 is #5E2EFA. Grayscale: #ACACAC. Windows color (decimal): -6172411 or 381345. OLE color: 381345.
HSL color Cylindrical-coordinate representation of color #A1D105: hue angle of 74.12º degrees, saturation: 0.95, 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 #A1D105 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.18 |
| HSL | 74.12º | 0.95% | 0.42% | - |
| HSV(B) | 74.12º | 0.98% | 0.82% | - |
| XYZ | 37.53 | 53.19 | 8.43 | - |
| YUV | 171.39 | 34.1 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 5 | 0.23 | 0 | 0.98 | 0.18 | 74.12 | 0.95 | 0.42 |
| Hex | A1 | D1 | 5 | 17 | 0 | 62 | 12 | 4A | 5F | 2A |
| Octal | 241 | 321 | 5 | 27 | 0 | 142 | 22 | 112 | 137 | 52 |
| Binary | 10100001 | 11010001 | 101 | 10111 | 0 | 1100010 | 10010 | 1001010 | 1011111 | 101010 |
Color Harmonies of #A1D105
Complementary color
Monochromatic Colors of #A1D105
Black with #A1D105
Text Example
Text Example
White with #A1D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D105; }
p { color: rgb(161,209,5); }
H1.HeaderClassName
{
color: #A1D105;
}
.AnyTagClassName
{
color: #A1D105;
}
</style>
background-color css
<style>
a { background-color: #A1D105; }
a { background-color: rgb(161,209,5); }
div.DivClassName
{
background-color: #A1D105;
}
.BgClassName
{
background-color: #A1D105;
}
</style>
border-color css
<style>
span { border-color: #A1D105; }
span { border-color: rgb(161,209,5); }
td.TdClassName
{
border-color: #A1D105;
}
.TagClassName
{
border-color: #A1D105;
}
</style>