Shades of Inch Worm #A8DF17
Tints of Inch Worm #A8DF17
RGB
CMYK
RGB Variations
Color information
#A8DF17 (or 0xA8DF17) is known color: Inch Worm. HEX triplet: A8, DF and 17. RGB value is (168,223,23). Sum of RGB (Red+Green+Blue) = 168+223+23=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF17 is #5720E8. Grayscale: #B8B8B8. Windows color (decimal): -5710057 or 1564584. OLE color: 1564584.
HSL color Cylindrical-coordinate representation of color #A8DF17: hue angle of 76.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8DF17 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 23 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.13 |
| HSL | 76.5º | 0.81% | 0.48% | - |
| HSV(B) | 76.5º | 0.9% | 0.87% | - |
| XYZ | 42.69 | 61.16 | 10.37 | - |
| YUV | 183.76 | 37.28 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 23 | 0.25 | 0 | 0.90 | 0.13 | 76.5 | 0.81 | 0.48 |
| Hex | A8 | DF | 17 | 19 | 0 | 5A | D | 4C | 51 | 30 |
| Octal | 250 | 337 | 27 | 31 | 0 | 132 | 15 | 114 | 121 | 60 |
| Binary | 10101000 | 11011111 | 10111 | 11001 | 0 | 1011010 | 1101 | 1001100 | 1010001 | 110000 |
Color Harmonies of #A8DF17
Complementary color
Monochromatic Colors of #A8DF17
Black with #A8DF17
Text Example
Text Example
White with #A8DF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF17; }
p { color: rgb(168,223,23); }
H1.HeaderClassName
{
color: #A8DF17;
}
.AnyTagClassName
{
color: #A8DF17;
}
</style>
background-color css
<style>
a { background-color: #A8DF17; }
a { background-color: rgb(168,223,23); }
div.DivClassName
{
background-color: #A8DF17;
}
.BgClassName
{
background-color: #A8DF17;
}
</style>
border-color css
<style>
span { border-color: #A8DF17; }
span { border-color: rgb(168,223,23); }
td.TdClassName
{
border-color: #A8DF17;
}
.TagClassName
{
border-color: #A8DF17;
}
</style>