Shades of Inch Worm #A8E203
Tints of Inch Worm #A8E203
RGB
CMYK
RGB Variations
Color information
#A8E203 (or 0xA8E203) is known color: Inch Worm. HEX triplet: A8, E2 and 03. RGB value is (168,226,3). Sum of RGB (Red+Green+Blue) = 168+226+3=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 226 (88.67% from 255 or 56.93% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E203 is #571DFC. Grayscale: #B8B8B8. Windows color (decimal): -5709309 or 254632. OLE color: 254632.
HSL color Cylindrical-coordinate representation of color #A8E203: hue angle of 75.61º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8E203 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.11 |
| HSL | 75.61º | 0.97% | 0.45% | - |
| HSV(B) | 75.61º | 0.99% | 0.89% | - |
| XYZ | 43.36 | 62.72 | 9.91 | - |
| YUV | 183.24 | 26.28 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 3 | 0.26 | 0 | 0.99 | 0.11 | 75.61 | 0.97 | 0.45 |
| Hex | A8 | E2 | 3 | 1A | 0 | 63 | B | 4C | 61 | 2D |
| Octal | 250 | 342 | 3 | 32 | 0 | 143 | 13 | 114 | 141 | 55 |
| Binary | 10101000 | 11100010 | 11 | 11010 | 0 | 1100011 | 1011 | 1001100 | 1100001 | 101101 |
Color Harmonies of #A8E203
Complementary color
Monochromatic Colors of #A8E203
Black with #A8E203
Text Example
Text Example
White with #A8E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E203; }
p { color: rgb(168,226,3); }
H1.HeaderClassName
{
color: #A8E203;
}
.AnyTagClassName
{
color: #A8E203;
}
</style>
background-color css
<style>
a { background-color: #A8E203; }
a { background-color: rgb(168,226,3); }
div.DivClassName
{
background-color: #A8E203;
}
.BgClassName
{
background-color: #A8E203;
}
</style>
border-color css
<style>
span { border-color: #A8E203; }
span { border-color: rgb(168,226,3); }
td.TdClassName
{
border-color: #A8E203;
}
.TagClassName
{
border-color: #A8E203;
}
</style>