Shades of Inch Worm #A3E008
Tints of Inch Worm #A3E008
RGB
CMYK
RGB Variations
Color information
#A3E008 (or 0xA3E008) is known color: Inch Worm. HEX triplet: A3, E0 and 08. RGB value is (163,224,8). Sum of RGB (Red+Green+Blue) = 163+224+8=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E008 is #5C1FF7. Grayscale: #B5B5B5. Windows color (decimal): -6037496 or 581795. OLE color: 581795.
HSL color Cylindrical-coordinate representation of color #A3E008: hue angle of 76.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3E008 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.12 |
| HSL | 76.94º | 0.93% | 0.45% | - |
| HSV(B) | 76.94º | 0.96% | 0.88% | - |
| XYZ | 41.8 | 61.12 | 9.82 | - |
| YUV | 181.14 | 30.29 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 8 | 0.27 | 0 | 0.96 | 0.12 | 76.94 | 0.93 | 0.45 |
| Hex | A3 | E0 | 8 | 1B | 0 | 60 | C | 4D | 5D | 2D |
| Octal | 243 | 340 | 10 | 33 | 0 | 140 | 14 | 115 | 135 | 55 |
| Binary | 10100011 | 11100000 | 1000 | 11011 | 0 | 1100000 | 1100 | 1001101 | 1011101 | 101101 |
Color Harmonies of #A3E008
Complementary color
Monochromatic Colors of #A3E008
Black with #A3E008
Text Example
Text Example
White with #A3E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E008; }
p { color: rgb(163,224,8); }
H1.HeaderClassName
{
color: #A3E008;
}
.AnyTagClassName
{
color: #A3E008;
}
</style>
background-color css
<style>
a { background-color: #A3E008; }
a { background-color: rgb(163,224,8); }
div.DivClassName
{
background-color: #A3E008;
}
.BgClassName
{
background-color: #A3E008;
}
</style>
border-color css
<style>
span { border-color: #A3E008; }
span { border-color: rgb(163,224,8); }
td.TdClassName
{
border-color: #A3E008;
}
.TagClassName
{
border-color: #A3E008;
}
</style>