Shades of Inch Worm #A8F517
Tints of Inch Worm #A8F517
RGB
CMYK
RGB Variations
Color information
#A8F517 (or 0xA8F517) is known color: Inch Worm. HEX triplet: A8, F5 and 17. RGB value is (168,245,23). Sum of RGB (Red+Green+Blue) = 168+245+23=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 245 (96.09% from 255 or 56.19% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F517 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F517 is #570AE8. Grayscale: #C5C5C5. Windows color (decimal): -5704425 or 1570216. OLE color: 1570216.
HSL color Cylindrical-coordinate representation of color #A8F517: hue angle of 80.81º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8F517 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 23 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.04 |
| HSL | 80.81º | 0.92% | 0.53% | - |
| HSV(B) | 80.81º | 0.91% | 0.96% | - |
| XYZ | 48.96 | 73.69 | 12.45 | - |
| YUV | 196.67 | 29.99 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 23 | 0.31 | 0 | 0.91 | 0.04 | 80.81 | 0.92 | 0.53 |
| Hex | A8 | F5 | 17 | 1F | 0 | 5B | 4 | 51 | 5C | 35 |
| Octal | 250 | 365 | 27 | 37 | 0 | 133 | 4 | 121 | 134 | 65 |
| Binary | 10101000 | 11110101 | 10111 | 11111 | 0 | 1011011 | 100 | 1010001 | 1011100 | 110101 |
Color Harmonies of #A8F517
Complementary color
Monochromatic Colors of #A8F517
Black with #A8F517
Text Example
Text Example
White with #A8F517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F517; }
p { color: rgb(168,245,23); }
H1.HeaderClassName
{
color: #A8F517;
}
.AnyTagClassName
{
color: #A8F517;
}
</style>
background-color css
<style>
a { background-color: #A8F517; }
a { background-color: rgb(168,245,23); }
div.DivClassName
{
background-color: #A8F517;
}
.BgClassName
{
background-color: #A8F517;
}
</style>
border-color css
<style>
span { border-color: #A8F517; }
span { border-color: rgb(168,245,23); }
td.TdClassName
{
border-color: #A8F517;
}
.TagClassName
{
border-color: #A8F517;
}
</style>