Shades of Inch Worm #A8D509
Tints of Inch Worm #A8D509
RGB
CMYK
RGB Variations
Color information
#A8D509 (or 0xA8D509) is known color: Inch Worm. HEX triplet: A8, D5 and 09. RGB value is (168,213,9). Sum of RGB (Red+Green+Blue) = 168+213+9=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D509 is #572AF6. Grayscale: #B1B1B1. Windows color (decimal): -5712631 or 644520. OLE color: 644520.
HSL color Cylindrical-coordinate representation of color #A8D509: hue angle of 73.24º 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 #A8D509 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.16 |
| HSL | 73.24º | 0.92% | 0.44% | - |
| HSV(B) | 73.24º | 0.96% | 0.84% | - |
| XYZ | 39.99 | 55.93 | 8.95 | - |
| YUV | 176.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 9 | 0.21 | 0 | 0.96 | 0.16 | 73.24 | 0.92 | 0.44 |
| Hex | A8 | D5 | 9 | 15 | 0 | 60 | 10 | 49 | 5C | 2C |
| Octal | 250 | 325 | 11 | 25 | 0 | 140 | 20 | 111 | 134 | 54 |
| Binary | 10101000 | 11010101 | 1001 | 10101 | 0 | 1100000 | 10000 | 1001001 | 1011100 | 101100 |
Color Harmonies of #A8D509
Complementary color
Monochromatic Colors of #A8D509
Black with #A8D509
Text Example
Text Example
White with #A8D509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D509; }
p { color: rgb(168,213,9); }
H1.HeaderClassName
{
color: #A8D509;
}
.AnyTagClassName
{
color: #A8D509;
}
</style>
background-color css
<style>
a { background-color: #A8D509; }
a { background-color: rgb(168,213,9); }
div.DivClassName
{
background-color: #A8D509;
}
.BgClassName
{
background-color: #A8D509;
}
</style>
border-color css
<style>
span { border-color: #A8D509; }
span { border-color: rgb(168,213,9); }
td.TdClassName
{
border-color: #A8D509;
}
.TagClassName
{
border-color: #A8D509;
}
</style>