Shades of Inch Worm #A8F00F
Tints of Inch Worm #A8F00F
RGB
CMYK
RGB Variations
Color information
#A8F00F (or 0xA8F00F) is known color: Inch Worm. HEX triplet: A8, F0 and 0F. RGB value is (168,240,15). Sum of RGB (Red+Green+Blue) = 168+240+15=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F00F is #570FF0. Grayscale: #C1C1C1. Windows color (decimal): -5705713 or 1044648. OLE color: 1044648.
HSL color Cylindrical-coordinate representation of color #A8F00F: hue angle of 79.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8F00F is Cyan = 0.3, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 15 | - |
| CMYK | 0.3 | 0 | 0.94 | 0.06 |
| HSL | 79.2º | 0.88% | 0.5% | - |
| HSV(B) | 79.2º | 0.94% | 0.94% | - |
| XYZ | 47.39 | 70.68 | 11.6 | - |
| YUV | 192.82 | 27.65 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 15 | 0.3 | 0 | 0.94 | 0.06 | 79.2 | 0.88 | 0.5 |
| Hex | A8 | F0 | F | 1E | 0 | 5E | 6 | 4F | 58 | 32 |
| Octal | 250 | 360 | 17 | 36 | 0 | 136 | 6 | 117 | 130 | 62 |
| Binary | 10101000 | 11110000 | 1111 | 11110 | 0 | 1011110 | 110 | 1001111 | 1011000 | 110010 |
Color Harmonies of #A8F00F
Complementary color
Monochromatic Colors of #A8F00F
Black with #A8F00F
Text Example
Text Example
White with #A8F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F00F; }
p { color: rgb(168,240,15); }
H1.HeaderClassName
{
color: #A8F00F;
}
.AnyTagClassName
{
color: #A8F00F;
}
</style>
background-color css
<style>
a { background-color: #A8F00F; }
a { background-color: rgb(168,240,15); }
div.DivClassName
{
background-color: #A8F00F;
}
.BgClassName
{
background-color: #A8F00F;
}
</style>
border-color css
<style>
span { border-color: #A8F00F; }
span { border-color: rgb(168,240,15); }
td.TdClassName
{
border-color: #A8F00F;
}
.TagClassName
{
border-color: #A8F00F;
}
</style>