Shades of Inch Worm #AFDD0E
Tints of Inch Worm #AFDD0E
RGB
CMYK
RGB Variations
Color information
#AFDD0E (or 0xAFDD0E) is known color: Inch Worm. HEX triplet: AF, DD and 0E. RGB value is (175,221,14). Sum of RGB (Red+Green+Blue) = 175+221+14=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD0E is #5022F1. Grayscale: #B8B8B8. Windows color (decimal): -5251826 or 974255. OLE color: 974255.
HSL color Cylindrical-coordinate representation of color #AFDD0E: hue angle of 73.33º degrees, saturation: 0.88, 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 #AFDD0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.13 |
| HSL | 73.33º | 0.88% | 0.46% | - |
| HSV(B) | 73.33º | 0.94% | 0.87% | - |
| XYZ | 43.61 | 60.86 | 9.86 | - |
| YUV | 183.65 | 32.26 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 14 | 0.21 | 0 | 0.94 | 0.13 | 73.33 | 0.88 | 0.46 |
| Hex | AF | DD | E | 15 | 0 | 5E | D | 49 | 58 | 2E |
| Octal | 257 | 335 | 16 | 25 | 0 | 136 | 15 | 111 | 130 | 56 |
| Binary | 10101111 | 11011101 | 1110 | 10101 | 0 | 1011110 | 1101 | 1001001 | 1011000 | 101110 |
Color Harmonies of #AFDD0E
Complementary color
Monochromatic Colors of #AFDD0E
Black with #AFDD0E
Text Example
Text Example
White with #AFDD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD0E; }
p { color: rgb(175,221,14); }
H1.HeaderClassName
{
color: #AFDD0E;
}
.AnyTagClassName
{
color: #AFDD0E;
}
</style>
background-color css
<style>
a { background-color: #AFDD0E; }
a { background-color: rgb(175,221,14); }
div.DivClassName
{
background-color: #AFDD0E;
}
.BgClassName
{
background-color: #AFDD0E;
}
</style>
border-color css
<style>
span { border-color: #AFDD0E; }
span { border-color: rgb(175,221,14); }
td.TdClassName
{
border-color: #AFDD0E;
}
.TagClassName
{
border-color: #AFDD0E;
}
</style>