Shades of Inch Worm #A3E408
Tints of Inch Worm #A3E408
RGB
CMYK
RGB Variations
Color information
#A3E408 (or 0xA3E408) is known color: Inch Worm. HEX triplet: A3, E4 and 08. RGB value is (163,228,8). Sum of RGB (Red+Green+Blue) = 163+228+8=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E408 is #5C1BF7. Grayscale: #B8B8B8. Windows color (decimal): -6036472 or 582819. OLE color: 582819.
HSL color Cylindrical-coordinate representation of color #A3E408: hue angle of 77.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3E408 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.11 |
| HSL | 77.73º | 0.93% | 0.46% | - |
| HSV(B) | 77.73º | 0.96% | 0.89% | - |
| XYZ | 42.89 | 63.29 | 10.19 | - |
| YUV | 183.49 | 28.97 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 8 | 0.29 | 0 | 0.96 | 0.11 | 77.73 | 0.93 | 0.46 |
| Hex | A3 | E4 | 8 | 1D | 0 | 60 | B | 4E | 5D | 2E |
| Octal | 243 | 344 | 10 | 35 | 0 | 140 | 13 | 116 | 135 | 56 |
| Binary | 10100011 | 11100100 | 1000 | 11101 | 0 | 1100000 | 1011 | 1001110 | 1011101 | 101110 |
Color Harmonies of #A3E408
Complementary color
Monochromatic Colors of #A3E408
Black with #A3E408
Text Example
Text Example
White with #A3E408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E408; }
p { color: rgb(163,228,8); }
H1.HeaderClassName
{
color: #A3E408;
}
.AnyTagClassName
{
color: #A3E408;
}
</style>
background-color css
<style>
a { background-color: #A3E408; }
a { background-color: rgb(163,228,8); }
div.DivClassName
{
background-color: #A3E408;
}
.BgClassName
{
background-color: #A3E408;
}
</style>
border-color css
<style>
span { border-color: #A3E408; }
span { border-color: rgb(163,228,8); }
td.TdClassName
{
border-color: #A3E408;
}
.TagClassName
{
border-color: #A3E408;
}
</style>