Shades of Inch Worm #AFDF0D
Tints of Inch Worm #AFDF0D
RGB
CMYK
RGB Variations
Color information
#AFDF0D (or 0xAFDF0D) is known color: Inch Worm. HEX triplet: AF, DF and 0D. RGB value is (175,223,13). Sum of RGB (Red+Green+Blue) = 175+223+13=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF0D is #5020F2. Grayscale: #B9B9B9. Windows color (decimal): -5251315 or 909231. OLE color: 909231.
HSL color Cylindrical-coordinate representation of color #AFDF0D: hue angle of 73.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFDF0D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.13 |
| HSL | 73.71º | 0.89% | 0.46% | - |
| HSV(B) | 73.71º | 0.94% | 0.87% | - |
| XYZ | 44.14 | 61.92 | 10.01 | - |
| YUV | 184.71 | 31.1 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 13 | 0.22 | 0 | 0.94 | 0.13 | 73.71 | 0.89 | 0.46 |
| Hex | AF | DF | D | 16 | 0 | 5E | D | 4A | 59 | 2E |
| Octal | 257 | 337 | 15 | 26 | 0 | 136 | 15 | 112 | 131 | 56 |
| Binary | 10101111 | 11011111 | 1101 | 10110 | 0 | 1011110 | 1101 | 1001010 | 1011001 | 101110 |
Color Harmonies of #AFDF0D
Complementary color
Monochromatic Colors of #AFDF0D
Black with #AFDF0D
Text Example
Text Example
White with #AFDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF0D; }
p { color: rgb(175,223,13); }
H1.HeaderClassName
{
color: #AFDF0D;
}
.AnyTagClassName
{
color: #AFDF0D;
}
</style>
background-color css
<style>
a { background-color: #AFDF0D; }
a { background-color: rgb(175,223,13); }
div.DivClassName
{
background-color: #AFDF0D;
}
.BgClassName
{
background-color: #AFDF0D;
}
</style>
border-color css
<style>
span { border-color: #AFDF0D; }
span { border-color: rgb(175,223,13); }
td.TdClassName
{
border-color: #AFDF0D;
}
.TagClassName
{
border-color: #AFDF0D;
}
</style>