Shades of Inch Worm #A1D80F
Tints of Inch Worm #A1D80F
RGB
CMYK
RGB Variations
Color information
#A1D80F (or 0xA1D80F) is known color: Inch Worm. HEX triplet: A1, D8 and 0F. RGB value is (161,216,15). Sum of RGB (Red+Green+Blue) = 161+216+15=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D80F is #5E27F0. Grayscale: #B1B1B1. Windows color (decimal): -6170609 or 1038497. OLE color: 1038497.
HSL color Cylindrical-coordinate representation of color #A1D80F: hue angle of 76.42º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1D80F is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 15 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.15 |
| HSL | 76.42º | 0.87% | 0.45% | - |
| HSV(B) | 76.42º | 0.93% | 0.85% | - |
| XYZ | 39.34 | 56.72 | 9.33 | - |
| YUV | 176.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 15 | 0.25 | 0 | 0.93 | 0.15 | 76.42 | 0.87 | 0.45 |
| Hex | A1 | D8 | F | 19 | 0 | 5D | F | 4C | 57 | 2D |
| Octal | 241 | 330 | 17 | 31 | 0 | 135 | 17 | 114 | 127 | 55 |
| Binary | 10100001 | 11011000 | 1111 | 11001 | 0 | 1011101 | 1111 | 1001100 | 1010111 | 101101 |
Color Harmonies of #A1D80F
Complementary color
Monochromatic Colors of #A1D80F
Black with #A1D80F
Text Example
Text Example
White with #A1D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D80F; }
p { color: rgb(161,216,15); }
H1.HeaderClassName
{
color: #A1D80F;
}
.AnyTagClassName
{
color: #A1D80F;
}
</style>
background-color css
<style>
a { background-color: #A1D80F; }
a { background-color: rgb(161,216,15); }
div.DivClassName
{
background-color: #A1D80F;
}
.BgClassName
{
background-color: #A1D80F;
}
</style>
border-color css
<style>
span { border-color: #A1D80F; }
span { border-color: rgb(161,216,15); }
td.TdClassName
{
border-color: #A1D80F;
}
.TagClassName
{
border-color: #A1D80F;
}
</style>