Shades of Inch Worm #A3E005
Tints of Inch Worm #A3E005
RGB
CMYK
RGB Variations
Color information
#A3E005 (or 0xA3E005) is known color: Inch Worm. HEX triplet: A3, E0 and 05. RGB value is (163,224,5). Sum of RGB (Red+Green+Blue) = 163+224+5=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E005 is #5C1FFA. Grayscale: #B5B5B5. Windows color (decimal): -6037499 or 385187. OLE color: 385187.
HSL color Cylindrical-coordinate representation of color #A3E005: hue angle of 76.71º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3E005 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 5 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.12 |
| HSL | 76.71º | 0.96% | 0.45% | - |
| HSV(B) | 76.71º | 0.98% | 0.88% | - |
| XYZ | 41.79 | 61.11 | 9.74 | - |
| YUV | 180.8 | 28.79 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 5 | 0.27 | 0 | 0.98 | 0.12 | 76.71 | 0.96 | 0.45 |
| Hex | A3 | E0 | 5 | 1B | 0 | 62 | C | 4D | 60 | 2D |
| Octal | 243 | 340 | 5 | 33 | 0 | 142 | 14 | 115 | 140 | 55 |
| Binary | 10100011 | 11100000 | 101 | 11011 | 0 | 1100010 | 1100 | 1001101 | 1100000 | 101101 |
Color Harmonies of #A3E005
Complementary color
Monochromatic Colors of #A3E005
Black with #A3E005
Text Example
Text Example
White with #A3E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E005; }
p { color: rgb(163,224,5); }
H1.HeaderClassName
{
color: #A3E005;
}
.AnyTagClassName
{
color: #A3E005;
}
</style>
background-color css
<style>
a { background-color: #A3E005; }
a { background-color: rgb(163,224,5); }
div.DivClassName
{
background-color: #A3E005;
}
.BgClassName
{
background-color: #A3E005;
}
</style>
border-color css
<style>
span { border-color: #A3E005; }
span { border-color: rgb(163,224,5); }
td.TdClassName
{
border-color: #A3E005;
}
.TagClassName
{
border-color: #A3E005;
}
</style>