Shades of Inch Worm #A3E514
Tints of Inch Worm #A3E514
RGB
CMYK
RGB Variations
Color information
#A3E514 (or 0xA3E514) is known color: Inch Worm. HEX triplet: A3, E5 and 14. RGB value is (163,229,20). Sum of RGB (Red+Green+Blue) = 163+229+20=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3E514 is #5C1AEB. Grayscale: #BABABA. Windows color (decimal): -6036204 or 1369507. OLE color: 1369507.
HSL color Cylindrical-coordinate representation of color #A3E514: hue angle of 78.95º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3E514 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.10 |
| HSL | 78.95º | 0.84% | 0.49% | - |
| HSV(B) | 78.95º | 0.91% | 0.9% | - |
| XYZ | 43.25 | 63.88 | 10.71 | - |
| YUV | 185.44 | 34.63 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 20 | 0.29 | 0 | 0.91 | 0.10 | 78.95 | 0.84 | 0.49 |
| Hex | A3 | E5 | 14 | 1D | 0 | 5B | A | 4F | 54 | 31 |
| Octal | 243 | 345 | 24 | 35 | 0 | 133 | 12 | 117 | 124 | 61 |
| Binary | 10100011 | 11100101 | 10100 | 11101 | 0 | 1011011 | 1010 | 1001111 | 1010100 | 110001 |
Color Harmonies of #A3E514
Complementary color
Monochromatic Colors of #A3E514
Black with #A3E514
Text Example
Text Example
White with #A3E514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E514; }
p { color: rgb(163,229,20); }
H1.HeaderClassName
{
color: #A3E514;
}
.AnyTagClassName
{
color: #A3E514;
}
</style>
background-color css
<style>
a { background-color: #A3E514; }
a { background-color: rgb(163,229,20); }
div.DivClassName
{
background-color: #A3E514;
}
.BgClassName
{
background-color: #A3E514;
}
</style>
border-color css
<style>
span { border-color: #A3E514; }
span { border-color: rgb(163,229,20); }
td.TdClassName
{
border-color: #A3E514;
}
.TagClassName
{
border-color: #A3E514;
}
</style>