Shades of Inch Worm #A5D609
Tints of Inch Worm #A5D609
RGB
CMYK
RGB Variations
Color information
#A5D609 (or 0xA5D609) is known color: Inch Worm. HEX triplet: A5, D6 and 09. RGB value is (165,214,9). Sum of RGB (Red+Green+Blue) = 165+214+9=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D609 is #5A29F6. Grayscale: #B0B0B0. Windows color (decimal): -5908983 or 644773. OLE color: 644773.
HSL color Cylindrical-coordinate representation of color #A5D609: hue angle of 74.34º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5D609 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 214 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.16 |
| HSL | 74.34º | 0.92% | 0.44% | - |
| HSV(B) | 74.34º | 0.96% | 0.84% | - |
| XYZ | 39.61 | 56.11 | 9 | - |
| YUV | 175.98 | 33.77 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 214 | 9 | 0.23 | 0 | 0.96 | 0.16 | 74.34 | 0.92 | 0.44 |
| Hex | A5 | D6 | 9 | 17 | 0 | 60 | 10 | 4A | 5C | 2C |
| Octal | 245 | 326 | 11 | 27 | 0 | 140 | 20 | 112 | 134 | 54 |
| Binary | 10100101 | 11010110 | 1001 | 10111 | 0 | 1100000 | 10000 | 1001010 | 1011100 | 101100 |
Color Harmonies of #A5D609
Complementary color
Monochromatic Colors of #A5D609
Black with #A5D609
Text Example
Text Example
White with #A5D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D609; }
p { color: rgb(165,214,9); }
H1.HeaderClassName
{
color: #A5D609;
}
.AnyTagClassName
{
color: #A5D609;
}
</style>
background-color css
<style>
a { background-color: #A5D609; }
a { background-color: rgb(165,214,9); }
div.DivClassName
{
background-color: #A5D609;
}
.BgClassName
{
background-color: #A5D609;
}
</style>
border-color css
<style>
span { border-color: #A5D609; }
span { border-color: rgb(165,214,9); }
td.TdClassName
{
border-color: #A5D609;
}
.TagClassName
{
border-color: #A5D609;
}
</style>