Shades of Inch Worm #A8F312
Tints of Inch Worm #A8F312
RGB
CMYK
RGB Variations
Color information
#A8F312 (or 0xA8F312) is known color: Inch Worm. HEX triplet: A8, F3 and 12. RGB value is (168,243,18). Sum of RGB (Red+Green+Blue) = 168+243+18=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F312 is #570CED. Grayscale: #C3C3C3. Windows color (decimal): -5704942 or 1242024. OLE color: 1242024.
HSL color Cylindrical-coordinate representation of color #A8F312: hue angle of 80º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8F312 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 18 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.05 |
| HSL | 80º | 0.9% | 0.51% | - |
| HSV(B) | 80º | 0.93% | 0.95% | - |
| XYZ | 48.31 | 72.47 | 12.01 | - |
| YUV | 194.93 | 28.15 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 18 | 0.31 | 0 | 0.93 | 0.05 | 80 | 0.9 | 0.51 |
| Hex | A8 | F3 | 12 | 1F | 0 | 5D | 5 | 50 | 5A | 33 |
| Octal | 250 | 363 | 22 | 37 | 0 | 135 | 5 | 120 | 132 | 63 |
| Binary | 10101000 | 11110011 | 10010 | 11111 | 0 | 1011101 | 101 | 1010000 | 1011010 | 110011 |
Color Harmonies of #A8F312
Complementary color
Monochromatic Colors of #A8F312
Black with #A8F312
Text Example
Text Example
White with #A8F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F312; }
p { color: rgb(168,243,18); }
H1.HeaderClassName
{
color: #A8F312;
}
.AnyTagClassName
{
color: #A8F312;
}
</style>
background-color css
<style>
a { background-color: #A8F312; }
a { background-color: rgb(168,243,18); }
div.DivClassName
{
background-color: #A8F312;
}
.BgClassName
{
background-color: #A8F312;
}
</style>
border-color css
<style>
span { border-color: #A8F312; }
span { border-color: rgb(168,243,18); }
td.TdClassName
{
border-color: #A8F312;
}
.TagClassName
{
border-color: #A8F312;
}
</style>