Shades of Inch Worm #A8F013
Tints of Inch Worm #A8F013
RGB
CMYK
RGB Variations
Color information
#A8F013 (or 0xA8F013) is known color: Inch Worm. HEX triplet: A8, F0 and 13. RGB value is (168,240,19). Sum of RGB (Red+Green+Blue) = 168+240+19=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F013 is #570FEC. Grayscale: #C2C2C2. Windows color (decimal): -5705709 or 1306792. OLE color: 1306792.
HSL color Cylindrical-coordinate representation of color #A8F013: hue angle of 79.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8F013 is Cyan = 0.3, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 19 | - |
| CMYK | 0.3 | 0 | 0.92 | 0.06 |
| HSL | 79.55º | 0.88% | 0.51% | - |
| HSV(B) | 79.55º | 0.92% | 0.94% | - |
| XYZ | 47.43 | 70.69 | 11.76 | - |
| YUV | 193.28 | 29.65 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 19 | 0.3 | 0 | 0.92 | 0.06 | 79.55 | 0.88 | 0.51 |
| Hex | A8 | F0 | 13 | 1E | 0 | 5C | 6 | 50 | 58 | 33 |
| Octal | 250 | 360 | 23 | 36 | 0 | 134 | 6 | 120 | 130 | 63 |
| Binary | 10101000 | 11110000 | 10011 | 11110 | 0 | 1011100 | 110 | 1010000 | 1011000 | 110011 |
Color Harmonies of #A8F013
Complementary color
Monochromatic Colors of #A8F013
Black with #A8F013
Text Example
Text Example
White with #A8F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F013; }
p { color: rgb(168,240,19); }
H1.HeaderClassName
{
color: #A8F013;
}
.AnyTagClassName
{
color: #A8F013;
}
</style>
background-color css
<style>
a { background-color: #A8F013; }
a { background-color: rgb(168,240,19); }
div.DivClassName
{
background-color: #A8F013;
}
.BgClassName
{
background-color: #A8F013;
}
</style>
border-color css
<style>
span { border-color: #A8F013; }
span { border-color: rgb(168,240,19); }
td.TdClassName
{
border-color: #A8F013;
}
.TagClassName
{
border-color: #A8F013;
}
</style>