Shades of Inch Worm #A8E403
Tints of Inch Worm #A8E403
RGB
CMYK
RGB Variations
Color information
#A8E403 (or 0xA8E403) is known color: Inch Worm. HEX triplet: A8, E4 and 03. RGB value is (168,228,3). Sum of RGB (Red+Green+Blue) = 168+228+3=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E403 is #571BFC. Grayscale: #B9B9B9. Windows color (decimal): -5708797 or 255144. OLE color: 255144.
HSL color Cylindrical-coordinate representation of color #A8E403: hue angle of 76º 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 #A8E403 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 228 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.11 |
| HSL | 76º | 0.97% | 0.45% | - |
| HSV(B) | 76º | 0.99% | 0.89% | - |
| XYZ | 43.91 | 63.82 | 10.09 | - |
| YUV | 184.41 | 25.62 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 228 | 3 | 0.26 | 0 | 0.99 | 0.11 | 76 | 0.97 | 0.45 |
| Hex | A8 | E4 | 3 | 1A | 0 | 63 | B | 4C | 61 | 2D |
| Octal | 250 | 344 | 3 | 32 | 0 | 143 | 13 | 114 | 141 | 55 |
| Binary | 10101000 | 11100100 | 11 | 11010 | 0 | 1100011 | 1011 | 1001100 | 1100001 | 101101 |
Color Harmonies of #A8E403
Complementary color
Monochromatic Colors of #A8E403
Black with #A8E403
Text Example
Text Example
White with #A8E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E403; }
p { color: rgb(168,228,3); }
H1.HeaderClassName
{
color: #A8E403;
}
.AnyTagClassName
{
color: #A8E403;
}
</style>
background-color css
<style>
a { background-color: #A8E403; }
a { background-color: rgb(168,228,3); }
div.DivClassName
{
background-color: #A8E403;
}
.BgClassName
{
background-color: #A8E403;
}
</style>
border-color css
<style>
span { border-color: #A8E403; }
span { border-color: rgb(168,228,3); }
td.TdClassName
{
border-color: #A8E403;
}
.TagClassName
{
border-color: #A8E403;
}
</style>