Shades of Inch Worm #A9DF04
Tints of Inch Worm #A9DF04
RGB
CMYK
RGB Variations
Color information
#A9DF04 (or 0xA9DF04) is known color: Inch Worm. HEX triplet: A9, DF and 04. RGB value is (169,223,4). Sum of RGB (Red+Green+Blue) = 169+223+4=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DF04 is #5620FB. Grayscale: #B6B6B6. Windows color (decimal): -5644540 or 319401. OLE color: 319401.
HSL color Cylindrical-coordinate representation of color #A9DF04: hue angle of 74.79º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9DF04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.13 |
| HSL | 74.79º | 0.96% | 0.45% | - |
| HSV(B) | 74.79º | 0.98% | 0.87% | - |
| XYZ | 42.77 | 61.22 | 9.68 | - |
| YUV | 181.89 | 27.61 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 4 | 0.24 | 0 | 0.98 | 0.13 | 74.79 | 0.96 | 0.45 |
| Hex | A9 | DF | 4 | 18 | 0 | 62 | D | 4B | 60 | 2D |
| Octal | 251 | 337 | 4 | 30 | 0 | 142 | 15 | 113 | 140 | 55 |
| Binary | 10101001 | 11011111 | 100 | 11000 | 0 | 1100010 | 1101 | 1001011 | 1100000 | 101101 |
Color Harmonies of #A9DF04
Complementary color
Monochromatic Colors of #A9DF04
Black with #A9DF04
Text Example
Text Example
White with #A9DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF04; }
p { color: rgb(169,223,4); }
H1.HeaderClassName
{
color: #A9DF04;
}
.AnyTagClassName
{
color: #A9DF04;
}
</style>
background-color css
<style>
a { background-color: #A9DF04; }
a { background-color: rgb(169,223,4); }
div.DivClassName
{
background-color: #A9DF04;
}
.BgClassName
{
background-color: #A9DF04;
}
</style>
border-color css
<style>
span { border-color: #A9DF04; }
span { border-color: rgb(169,223,4); }
td.TdClassName
{
border-color: #A9DF04;
}
.TagClassName
{
border-color: #A9DF04;
}
</style>