Shades of Inch Worm #A5D51D
Tints of Inch Worm #A5D51D
RGB
CMYK
RGB Variations
Color information
#A5D51D (or 0xA5D51D) is known color: Inch Worm. HEX triplet: A5, D5 and 1D. RGB value is (165,213,29). Sum of RGB (Red+Green+Blue) = 165+213+29=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D51D is #5A2AE2. Grayscale: #B2B2B2. Windows color (decimal): -5909219 or 1955237. OLE color: 1955237.
HSL color Cylindrical-coordinate representation of color #A5D51D: hue angle of 75.65º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5D51D is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 29 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.16 |
| HSL | 75.65º | 0.76% | 0.47% | - |
| HSV(B) | 75.65º | 0.86% | 0.84% | - |
| XYZ | 39.53 | 55.68 | 9.83 | - |
| YUV | 177.67 | 44.1 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 29 | 0.23 | 0 | 0.86 | 0.16 | 75.65 | 0.76 | 0.47 |
| Hex | A5 | D5 | 1D | 17 | 0 | 56 | 10 | 4C | 4C | 2F |
| Octal | 245 | 325 | 35 | 27 | 0 | 126 | 20 | 114 | 114 | 57 |
| Binary | 10100101 | 11010101 | 11101 | 10111 | 0 | 1010110 | 10000 | 1001100 | 1001100 | 101111 |
Color Harmonies of #A5D51D
Complementary color
Monochromatic Colors of #A5D51D
Black with #A5D51D
Text Example
Text Example
White with #A5D51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D51D; }
p { color: rgb(165,213,29); }
H1.HeaderClassName
{
color: #A5D51D;
}
.AnyTagClassName
{
color: #A5D51D;
}
</style>
background-color css
<style>
a { background-color: #A5D51D; }
a { background-color: rgb(165,213,29); }
div.DivClassName
{
background-color: #A5D51D;
}
.BgClassName
{
background-color: #A5D51D;
}
</style>
border-color css
<style>
span { border-color: #A5D51D; }
span { border-color: rgb(165,213,29); }
td.TdClassName
{
border-color: #A5D51D;
}
.TagClassName
{
border-color: #A5D51D;
}
</style>