Shades of Inch Worm #A3E305
Tints of Inch Worm #A3E305
RGB
CMYK
RGB Variations
Color information
#A3E305 (or 0xA3E305) is known color: Inch Worm. HEX triplet: A3, E3 and 05. RGB value is (163,227,5). Sum of RGB (Red+Green+Blue) = 163+227+5=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 227 (89.06% from 255 or 57.47% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E305 is #5C1CFA. Grayscale: #B7B7B7. Windows color (decimal): -6036731 or 385955. OLE color: 385955.
HSL color Cylindrical-coordinate representation of color #A3E305: hue angle of 77.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3E305 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.11 |
| HSL | 77.3º | 0.96% | 0.45% | - |
| HSV(B) | 77.3º | 0.98% | 0.89% | - |
| XYZ | 42.6 | 62.74 | 10.01 | - |
| YUV | 182.56 | 27.8 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 5 | 0.28 | 0 | 0.98 | 0.11 | 77.3 | 0.96 | 0.45 |
| Hex | A3 | E3 | 5 | 1C | 0 | 62 | B | 4D | 60 | 2D |
| Octal | 243 | 343 | 5 | 34 | 0 | 142 | 13 | 115 | 140 | 55 |
| Binary | 10100011 | 11100011 | 101 | 11100 | 0 | 1100010 | 1011 | 1001101 | 1100000 | 101101 |
Color Harmonies of #A3E305
Complementary color
Monochromatic Colors of #A3E305
Black with #A3E305
Text Example
Text Example
White with #A3E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E305; }
p { color: rgb(163,227,5); }
H1.HeaderClassName
{
color: #A3E305;
}
.AnyTagClassName
{
color: #A3E305;
}
</style>
background-color css
<style>
a { background-color: #A3E305; }
a { background-color: rgb(163,227,5); }
div.DivClassName
{
background-color: #A3E305;
}
.BgClassName
{
background-color: #A3E305;
}
</style>
border-color css
<style>
span { border-color: #A3E305; }
span { border-color: rgb(163,227,5); }
td.TdClassName
{
border-color: #A3E305;
}
.TagClassName
{
border-color: #A3E305;
}
</style>