Shades of Inch Worm #AFDD0D
Tints of Inch Worm #AFDD0D
RGB
CMYK
RGB Variations
Color information
#AFDD0D (or 0xAFDD0D) is known color: Inch Worm. HEX triplet: AF, DD and 0D. RGB value is (175,221,13). Sum of RGB (Red+Green+Blue) = 175+221+13=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD0D is #5022F2. Grayscale: #B8B8B8. Windows color (decimal): -5251827 or 908719. OLE color: 908719.
HSL color Cylindrical-coordinate representation of color #AFDD0D: hue angle of 73.27º 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 #AFDD0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.13 |
| HSL | 73.27º | 0.89% | 0.46% | - |
| HSV(B) | 73.27º | 0.94% | 0.87% | - |
| XYZ | 43.61 | 60.86 | 9.83 | - |
| YUV | 183.53 | 31.76 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 13 | 0.21 | 0 | 0.94 | 0.13 | 73.27 | 0.89 | 0.46 |
| Hex | AF | DD | D | 15 | 0 | 5E | D | 49 | 59 | 2E |
| Octal | 257 | 335 | 15 | 25 | 0 | 136 | 15 | 111 | 131 | 56 |
| Binary | 10101111 | 11011101 | 1101 | 10101 | 0 | 1011110 | 1101 | 1001001 | 1011001 | 101110 |
Color Harmonies of #AFDD0D
Complementary color
Monochromatic Colors of #AFDD0D
Black with #AFDD0D
Text Example
Text Example
White with #AFDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD0D; }
p { color: rgb(175,221,13); }
H1.HeaderClassName
{
color: #AFDD0D;
}
.AnyTagClassName
{
color: #AFDD0D;
}
</style>
background-color css
<style>
a { background-color: #AFDD0D; }
a { background-color: rgb(175,221,13); }
div.DivClassName
{
background-color: #AFDD0D;
}
.BgClassName
{
background-color: #AFDD0D;
}
</style>
border-color css
<style>
span { border-color: #AFDD0D; }
span { border-color: rgb(175,221,13); }
td.TdClassName
{
border-color: #AFDD0D;
}
.TagClassName
{
border-color: #AFDD0D;
}
</style>