Shades of Inch Worm #A1F317
Tints of Inch Worm #A1F317
RGB
CMYK
RGB Variations
Color information
#A1F317 (or 0xA1F317) is known color: Inch Worm. HEX triplet: A1, F3 and 17. RGB value is (161,243,23). Sum of RGB (Red+Green+Blue) = 161+243+23=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F317 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F317 is #5E0CE8. Grayscale: #C2C2C2. Windows color (decimal): -6163689 or 1569697. OLE color: 1569697.
HSL color Cylindrical-coordinate representation of color #A1F317: hue angle of 82.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1F317 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 23 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.05 |
| HSL | 82.36º | 0.9% | 0.52% | - |
| HSV(B) | 82.36º | 0.91% | 0.95% | - |
| XYZ | 46.9 | 71.74 | 12.19 | - |
| YUV | 193.4 | 31.83 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 23 | 0.34 | 0 | 0.91 | 0.05 | 82.36 | 0.9 | 0.52 |
| Hex | A1 | F3 | 17 | 22 | 0 | 5B | 5 | 52 | 5A | 34 |
| Octal | 241 | 363 | 27 | 42 | 0 | 133 | 5 | 122 | 132 | 64 |
| Binary | 10100001 | 11110011 | 10111 | 100010 | 0 | 1011011 | 101 | 1010010 | 1011010 | 110100 |
Color Harmonies of #A1F317
Complementary color
Monochromatic Colors of #A1F317
Black with #A1F317
Text Example
Text Example
White with #A1F317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F317; }
p { color: rgb(161,243,23); }
H1.HeaderClassName
{
color: #A1F317;
}
.AnyTagClassName
{
color: #A1F317;
}
</style>
background-color css
<style>
a { background-color: #A1F317; }
a { background-color: rgb(161,243,23); }
div.DivClassName
{
background-color: #A1F317;
}
.BgClassName
{
background-color: #A1F317;
}
</style>
border-color css
<style>
span { border-color: #A1F317; }
span { border-color: rgb(161,243,23); }
td.TdClassName
{
border-color: #A1F317;
}
.TagClassName
{
border-color: #A1F317;
}
</style>