Shades of Inch Worm #A9DF0F
Tints of Inch Worm #A9DF0F
RGB
CMYK
RGB Variations
Color information
#A9DF0F (or 0xA9DF0F) is known color: Inch Worm. HEX triplet: A9, DF and 0F. RGB value is (169,223,15). Sum of RGB (Red+Green+Blue) = 169+223+15=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DF0F is #5620F0. Grayscale: #B7B7B7. Windows color (decimal): -5644529 or 1040297. OLE color: 1040297.
HSL color Cylindrical-coordinate representation of color #A9DF0F: hue angle of 75.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9DF0F is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 15 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.13 |
| HSL | 75.58º | 0.87% | 0.47% | - |
| HSV(B) | 75.58º | 0.93% | 0.87% | - |
| XYZ | 42.84 | 61.24 | 10.02 | - |
| YUV | 183.14 | 33.11 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 15 | 0.24 | 0 | 0.93 | 0.13 | 75.58 | 0.87 | 0.47 |
| Hex | A9 | DF | F | 18 | 0 | 5D | D | 4C | 57 | 2F |
| Octal | 251 | 337 | 17 | 30 | 0 | 135 | 15 | 114 | 127 | 57 |
| Binary | 10101001 | 11011111 | 1111 | 11000 | 0 | 1011101 | 1101 | 1001100 | 1010111 | 101111 |
Color Harmonies of #A9DF0F
Complementary color
Monochromatic Colors of #A9DF0F
Black with #A9DF0F
Text Example
Text Example
White with #A9DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF0F; }
p { color: rgb(169,223,15); }
H1.HeaderClassName
{
color: #A9DF0F;
}
.AnyTagClassName
{
color: #A9DF0F;
}
</style>
background-color css
<style>
a { background-color: #A9DF0F; }
a { background-color: rgb(169,223,15); }
div.DivClassName
{
background-color: #A9DF0F;
}
.BgClassName
{
background-color: #A9DF0F;
}
</style>
border-color css
<style>
span { border-color: #A9DF0F; }
span { border-color: rgb(169,223,15); }
td.TdClassName
{
border-color: #A9DF0F;
}
.TagClassName
{
border-color: #A9DF0F;
}
</style>