Shades of Inch Worm #A5D30C
Tints of Inch Worm #A5D30C
RGB
CMYK
RGB Variations
Color information
#A5D30C (or 0xA5D30C) is known color: Inch Worm. HEX triplet: A5, D3 and 0C. RGB value is (165,211,12). Sum of RGB (Red+Green+Blue) = 165+211+12=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D30C is #5A2CF3. Grayscale: #AFAFAF. Windows color (decimal): -5909748 or 840613. OLE color: 840613.
HSL color Cylindrical-coordinate representation of color #A5D30C: hue angle of 73.87º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A5D30C is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 12 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.17 |
| HSL | 73.87º | 0.89% | 0.44% | - |
| HSV(B) | 73.87º | 0.94% | 0.83% | - |
| XYZ | 38.88 | 54.61 | 8.84 | - |
| YUV | 174.56 | 36.26 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 12 | 0.22 | 0 | 0.94 | 0.17 | 73.87 | 0.89 | 0.44 |
| Hex | A5 | D3 | C | 16 | 0 | 5E | 11 | 4A | 59 | 2C |
| Octal | 245 | 323 | 14 | 26 | 0 | 136 | 21 | 112 | 131 | 54 |
| Binary | 10100101 | 11010011 | 1100 | 10110 | 0 | 1011110 | 10001 | 1001010 | 1011001 | 101100 |
Color Harmonies of #A5D30C
Complementary color
Monochromatic Colors of #A5D30C
Black with #A5D30C
Text Example
Text Example
White with #A5D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D30C; }
p { color: rgb(165,211,12); }
H1.HeaderClassName
{
color: #A5D30C;
}
.AnyTagClassName
{
color: #A5D30C;
}
</style>
background-color css
<style>
a { background-color: #A5D30C; }
a { background-color: rgb(165,211,12); }
div.DivClassName
{
background-color: #A5D30C;
}
.BgClassName
{
background-color: #A5D30C;
}
</style>
border-color css
<style>
span { border-color: #A5D30C; }
span { border-color: rgb(165,211,12); }
td.TdClassName
{
border-color: #A5D30C;
}
.TagClassName
{
border-color: #A5D30C;
}
</style>