Shades of Inch Worm #A1DA14
Tints of Inch Worm #A1DA14
RGB
CMYK
RGB Variations
Color information
#A1DA14 (or 0xA1DA14) is known color: Inch Worm. HEX triplet: A1, DA and 14. RGB value is (161,218,20). Sum of RGB (Red+Green+Blue) = 161+218+20=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DA14 is #5E25EB. Grayscale: #B3B3B3. Windows color (decimal): -6170092 or 1366689. OLE color: 1366689.
HSL color Cylindrical-coordinate representation of color #A1DA14: hue angle of 77.27º 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 #A1DA14 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.15 |
| HSL | 77.27º | 0.83% | 0.47% | - |
| HSV(B) | 77.27º | 0.91% | 0.85% | - |
| XYZ | 39.9 | 57.77 | 9.71 | - |
| YUV | 178.39 | 38.62 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 20 | 0.26 | 0 | 0.91 | 0.15 | 77.27 | 0.83 | 0.47 |
| Hex | A1 | DA | 14 | 1A | 0 | 5B | F | 4D | 53 | 2F |
| Octal | 241 | 332 | 24 | 32 | 0 | 133 | 17 | 115 | 123 | 57 |
| Binary | 10100001 | 11011010 | 10100 | 11010 | 0 | 1011011 | 1111 | 1001101 | 1010011 | 101111 |
Color Harmonies of #A1DA14
Complementary color
Monochromatic Colors of #A1DA14
Black with #A1DA14
Text Example
Text Example
White with #A1DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA14; }
p { color: rgb(161,218,20); }
H1.HeaderClassName
{
color: #A1DA14;
}
.AnyTagClassName
{
color: #A1DA14;
}
</style>
background-color css
<style>
a { background-color: #A1DA14; }
a { background-color: rgb(161,218,20); }
div.DivClassName
{
background-color: #A1DA14;
}
.BgClassName
{
background-color: #A1DA14;
}
</style>
border-color css
<style>
span { border-color: #A1DA14; }
span { border-color: rgb(161,218,20); }
td.TdClassName
{
border-color: #A1DA14;
}
.TagClassName
{
border-color: #A1DA14;
}
</style>