Shades of Inch Worm #A1D405
Tints of Inch Worm #A1D405
RGB
CMYK
RGB Variations
Color information
#A1D405 (or 0xA1D405) is known color: Inch Worm. HEX triplet: A1, D4 and 05. RGB value is (161,212,5). Sum of RGB (Red+Green+Blue) = 161+212+5=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 212 (83.20% from 255 or 56.08% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D405 is #5E2BFA. Grayscale: #ADADAD. Windows color (decimal): -6171643 or 382113. OLE color: 382113.
HSL color Cylindrical-coordinate representation of color #A1D405: hue angle of 74.78º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1D405 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.17 |
| HSL | 74.78º | 0.95% | 0.43% | - |
| HSV(B) | 74.78º | 0.98% | 0.83% | - |
| XYZ | 38.27 | 54.67 | 8.68 | - |
| YUV | 173.15 | 33.1 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 5 | 0.24 | 0 | 0.98 | 0.17 | 74.78 | 0.95 | 0.43 |
| Hex | A1 | D4 | 5 | 18 | 0 | 62 | 11 | 4B | 5F | 2B |
| Octal | 241 | 324 | 5 | 30 | 0 | 142 | 21 | 113 | 137 | 53 |
| Binary | 10100001 | 11010100 | 101 | 11000 | 0 | 1100010 | 10001 | 1001011 | 1011111 | 101011 |
Color Harmonies of #A1D405
Complementary color
Monochromatic Colors of #A1D405
Black with #A1D405
Text Example
Text Example
White with #A1D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D405; }
p { color: rgb(161,212,5); }
H1.HeaderClassName
{
color: #A1D405;
}
.AnyTagClassName
{
color: #A1D405;
}
</style>
background-color css
<style>
a { background-color: #A1D405; }
a { background-color: rgb(161,212,5); }
div.DivClassName
{
background-color: #A1D405;
}
.BgClassName
{
background-color: #A1D405;
}
</style>
border-color css
<style>
span { border-color: #A1D405; }
span { border-color: rgb(161,212,5); }
td.TdClassName
{
border-color: #A1D405;
}
.TagClassName
{
border-color: #A1D405;
}
</style>