Shades of Inch Worm #A5D315
Tints of Inch Worm #A5D315
RGB
CMYK
RGB Variations
Color information
#A5D315 (or 0xA5D315) is known color: Inch Worm. HEX triplet: A5, D3 and 15. RGB value is (165,211,21). Sum of RGB (Red+Green+Blue) = 165+211+21=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D315 is #5A2CEA. Grayscale: #B0B0B0. Windows color (decimal): -5909739 or 1430437. OLE color: 1430437.
HSL color Cylindrical-coordinate representation of color #A5D315: hue angle of 74.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5D315 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.17 |
| HSL | 74.53º | 0.82% | 0.45% | - |
| HSV(B) | 74.53º | 0.9% | 0.83% | - |
| XYZ | 38.95 | 54.64 | 9.2 | - |
| YUV | 175.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 21 | 0.22 | 0 | 0.90 | 0.17 | 74.53 | 0.82 | 0.45 |
| Hex | A5 | D3 | 15 | 16 | 0 | 5A | 11 | 4B | 52 | 2D |
| Octal | 245 | 323 | 25 | 26 | 0 | 132 | 21 | 113 | 122 | 55 |
| Binary | 10100101 | 11010011 | 10101 | 10110 | 0 | 1011010 | 10001 | 1001011 | 1010010 | 101101 |
Color Harmonies of #A5D315
Complementary color
Monochromatic Colors of #A5D315
Black with #A5D315
Text Example
Text Example
White with #A5D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D315; }
p { color: rgb(165,211,21); }
H1.HeaderClassName
{
color: #A5D315;
}
.AnyTagClassName
{
color: #A5D315;
}
</style>
background-color css
<style>
a { background-color: #A5D315; }
a { background-color: rgb(165,211,21); }
div.DivClassName
{
background-color: #A5D315;
}
.BgClassName
{
background-color: #A5D315;
}
</style>
border-color css
<style>
span { border-color: #A5D315; }
span { border-color: rgb(165,211,21); }
td.TdClassName
{
border-color: #A5D315;
}
.TagClassName
{
border-color: #A5D315;
}
</style>