Shades of Inch Worm #A3E80F
Tints of Inch Worm #A3E80F
RGB
CMYK
RGB Variations
Color information
#A3E80F (or 0xA3E80F) is known color: Inch Worm. HEX triplet: A3, E8 and 0F. RGB value is (163,232,15). Sum of RGB (Red+Green+Blue) = 163+232+15=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 232 (91.02% from 255 or 56.59% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3E80F is #5C17F0. Grayscale: #BBBBBB. Windows color (decimal): -6035441 or 1042595. OLE color: 1042595.
HSL color Cylindrical-coordinate representation of color #A3E80F: hue angle of 79.08º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3E80F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 15 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.09 |
| HSL | 79.08º | 0.88% | 0.48% | - |
| HSV(B) | 79.08º | 0.94% | 0.91% | - |
| XYZ | 44.05 | 65.53 | 10.78 | - |
| YUV | 186.63 | 31.14 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 15 | 0.30 | 0 | 0.94 | 0.09 | 79.08 | 0.88 | 0.48 |
| Hex | A3 | E8 | F | 1E | 0 | 5E | 9 | 4F | 58 | 30 |
| Octal | 243 | 350 | 17 | 36 | 0 | 136 | 11 | 117 | 130 | 60 |
| Binary | 10100011 | 11101000 | 1111 | 11110 | 0 | 1011110 | 1001 | 1001111 | 1011000 | 110000 |
Color Harmonies of #A3E80F
Complementary color
Monochromatic Colors of #A3E80F
Black with #A3E80F
Text Example
Text Example
White with #A3E80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E80F; }
p { color: rgb(163,232,15); }
H1.HeaderClassName
{
color: #A3E80F;
}
.AnyTagClassName
{
color: #A3E80F;
}
</style>
background-color css
<style>
a { background-color: #A3E80F; }
a { background-color: rgb(163,232,15); }
div.DivClassName
{
background-color: #A3E80F;
}
.BgClassName
{
background-color: #A3E80F;
}
</style>
border-color css
<style>
span { border-color: #A3E80F; }
span { border-color: rgb(163,232,15); }
td.TdClassName
{
border-color: #A3E80F;
}
.TagClassName
{
border-color: #A3E80F;
}
</style>