Shades of Inch Worm #A3DA14
Tints of Inch Worm #A3DA14
RGB
CMYK
RGB Variations
Color information
#A3DA14 (or 0xA3DA14) is known color: Inch Worm. HEX triplet: A3, DA and 14. RGB value is (163,218,20). Sum of RGB (Red+Green+Blue) = 163+218+20=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 218 (85.55% from 255 or 54.36% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DA14 is #5C25EB. Grayscale: #B3B3B3. Windows color (decimal): -6039020 or 1366691. OLE color: 1366691.
HSL color Cylindrical-coordinate representation of color #A3DA14: hue angle of 76.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3DA14 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 20 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.15 |
| HSL | 76.67º | 0.83% | 0.47% | - |
| HSV(B) | 76.67º | 0.91% | 0.85% | - |
| XYZ | 40.3 | 57.98 | 9.73 | - |
| YUV | 178.98 | 38.28 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 20 | 0.25 | 0 | 0.91 | 0.15 | 76.67 | 0.83 | 0.47 |
| Hex | A3 | DA | 14 | 19 | 0 | 5B | F | 4D | 53 | 2F |
| Octal | 243 | 332 | 24 | 31 | 0 | 133 | 17 | 115 | 123 | 57 |
| Binary | 10100011 | 11011010 | 10100 | 11001 | 0 | 1011011 | 1111 | 1001101 | 1010011 | 101111 |
Color Harmonies of #A3DA14
Complementary color
Monochromatic Colors of #A3DA14
Black with #A3DA14
Text Example
Text Example
White with #A3DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA14; }
p { color: rgb(163,218,20); }
H1.HeaderClassName
{
color: #A3DA14;
}
.AnyTagClassName
{
color: #A3DA14;
}
</style>
background-color css
<style>
a { background-color: #A3DA14; }
a { background-color: rgb(163,218,20); }
div.DivClassName
{
background-color: #A3DA14;
}
.BgClassName
{
background-color: #A3DA14;
}
</style>
border-color css
<style>
span { border-color: #A3DA14; }
span { border-color: rgb(163,218,20); }
td.TdClassName
{
border-color: #A3DA14;
}
.TagClassName
{
border-color: #A3DA14;
}
</style>