Shades of Inch Worm #A5D409
Tints of Inch Worm #A5D409
RGB
CMYK
RGB Variations
Color information
#A5D409 (or 0xA5D409) is known color: Inch Worm. HEX triplet: A5, D4 and 09. RGB value is (165,212,9). Sum of RGB (Red+Green+Blue) = 165+212+9=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D409 is #5A2BF6. Grayscale: #AFAFAF. Windows color (decimal): -5909495 or 644261. OLE color: 644261.
HSL color Cylindrical-coordinate representation of color #A5D409: hue angle of 73.89º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5D409 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 212 | 9 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.17 |
| HSL | 73.89º | 0.92% | 0.43% | - |
| HSV(B) | 73.89º | 0.96% | 0.83% | - |
| XYZ | 39.11 | 55.11 | 8.83 | - |
| YUV | 174.81 | 34.43 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 9 | 0.22 | 0 | 0.96 | 0.17 | 73.89 | 0.92 | 0.43 |
| Hex | A5 | D4 | 9 | 16 | 0 | 60 | 11 | 4A | 5C | 2B |
| Octal | 245 | 324 | 11 | 26 | 0 | 140 | 21 | 112 | 134 | 53 |
| Binary | 10100101 | 11010100 | 1001 | 10110 | 0 | 1100000 | 10001 | 1001010 | 1011100 | 101011 |
Color Harmonies of #A5D409
Complementary color
Monochromatic Colors of #A5D409
Black with #A5D409
Text Example
Text Example
White with #A5D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D409; }
p { color: rgb(165,212,9); }
H1.HeaderClassName
{
color: #A5D409;
}
.AnyTagClassName
{
color: #A5D409;
}
</style>
background-color css
<style>
a { background-color: #A5D409; }
a { background-color: rgb(165,212,9); }
div.DivClassName
{
background-color: #A5D409;
}
.BgClassName
{
background-color: #A5D409;
}
</style>
border-color css
<style>
span { border-color: #A5D409; }
span { border-color: rgb(165,212,9); }
td.TdClassName
{
border-color: #A5D409;
}
.TagClassName
{
border-color: #A5D409;
}
</style>