Shades of Inch Worm #A5D20C
Tints of Inch Worm #A5D20C
RGB
CMYK
RGB Variations
Color information
#A5D20C (or 0xA5D20C) is known color: Inch Worm. HEX triplet: A5, D2 and 0C. RGB value is (165,210,12). Sum of RGB (Red+Green+Blue) = 165+210+12=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D20C is #5A2DF3. Grayscale: #AEAEAE. Windows color (decimal): -5910004 or 840357. OLE color: 840357.
HSL color Cylindrical-coordinate representation of color #A5D20C: hue angle of 73.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5D20C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.18 |
| HSL | 73.64º | 0.89% | 0.44% | - |
| HSV(B) | 73.64º | 0.94% | 0.82% | - |
| XYZ | 38.63 | 54.12 | 8.76 | - |
| YUV | 173.97 | 36.59 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 12 | 0.21 | 0 | 0.94 | 0.18 | 73.64 | 0.89 | 0.44 |
| Hex | A5 | D2 | C | 15 | 0 | 5E | 12 | 4A | 59 | 2C |
| Octal | 245 | 322 | 14 | 25 | 0 | 136 | 22 | 112 | 131 | 54 |
| Binary | 10100101 | 11010010 | 1100 | 10101 | 0 | 1011110 | 10010 | 1001010 | 1011001 | 101100 |
Color Harmonies of #A5D20C
Complementary color
Monochromatic Colors of #A5D20C
Black with #A5D20C
Text Example
Text Example
White with #A5D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D20C; }
p { color: rgb(165,210,12); }
H1.HeaderClassName
{
color: #A5D20C;
}
.AnyTagClassName
{
color: #A5D20C;
}
</style>
background-color css
<style>
a { background-color: #A5D20C; }
a { background-color: rgb(165,210,12); }
div.DivClassName
{
background-color: #A5D20C;
}
.BgClassName
{
background-color: #A5D20C;
}
</style>
border-color css
<style>
span { border-color: #A5D20C; }
span { border-color: rgb(165,210,12); }
td.TdClassName
{
border-color: #A5D20C;
}
.TagClassName
{
border-color: #A5D20C;
}
</style>