Shades of Inch Worm #A1D304
Tints of Inch Worm #A1D304
RGB
CMYK
RGB Variations
Color information
#A1D304 (or 0xA1D304) is known color: Inch Worm. HEX triplet: A1, D3 and 04. RGB value is (161,211,4). Sum of RGB (Red+Green+Blue) = 161+211+4=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D304 is #5E2CFB. Grayscale: #ADADAD. Windows color (decimal): -6171900 or 316321. OLE color: 316321.
HSL color Cylindrical-coordinate representation of color #A1D304: hue angle of 74.49º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1D304 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.17 |
| HSL | 74.49º | 0.96% | 0.42% | - |
| HSV(B) | 74.49º | 0.98% | 0.83% | - |
| XYZ | 38.01 | 54.17 | 8.57 | - |
| YUV | 172.45 | 32.94 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 4 | 0.24 | 0 | 0.98 | 0.17 | 74.49 | 0.96 | 0.42 |
| Hex | A1 | D3 | 4 | 18 | 0 | 62 | 11 | 4A | 60 | 2A |
| Octal | 241 | 323 | 4 | 30 | 0 | 142 | 21 | 112 | 140 | 52 |
| Binary | 10100001 | 11010011 | 100 | 11000 | 0 | 1100010 | 10001 | 1001010 | 1100000 | 101010 |
Color Harmonies of #A1D304
Complementary color
Monochromatic Colors of #A1D304
Black with #A1D304
Text Example
Text Example
White with #A1D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D304; }
p { color: rgb(161,211,4); }
H1.HeaderClassName
{
color: #A1D304;
}
.AnyTagClassName
{
color: #A1D304;
}
</style>
background-color css
<style>
a { background-color: #A1D304; }
a { background-color: rgb(161,211,4); }
div.DivClassName
{
background-color: #A1D304;
}
.BgClassName
{
background-color: #A1D304;
}
</style>
border-color css
<style>
span { border-color: #A1D304; }
span { border-color: rgb(161,211,4); }
td.TdClassName
{
border-color: #A1D304;
}
.TagClassName
{
border-color: #A1D304;
}
</style>