Shades of Inch Worm #AFEE0D
Tints of Inch Worm #AFEE0D
RGB
CMYK
RGB Variations
Color information
#AFEE0D (or 0xAFEE0D) is known color: Inch Worm. HEX triplet: AF, EE and 0D. RGB value is (175,238,13). Sum of RGB (Red+Green+Blue) = 175+238+13=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 238 (93.36% from 255 or 55.87% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEE0D is #5011F2. Grayscale: #C2C2C2. Windows color (decimal): -5247475 or 913071. OLE color: 913071.
HSL color Cylindrical-coordinate representation of color #AFEE0D: hue angle of 76.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFEE0D is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 13 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.07 |
| HSL | 76.8º | 0.9% | 0.49% | - |
| HSV(B) | 76.8º | 0.95% | 0.93% | - |
| XYZ | 48.33 | 70.29 | 11.4 | - |
| YUV | 193.51 | 26.13 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 13 | 0.26 | 0 | 0.95 | 0.07 | 76.8 | 0.9 | 0.49 |
| Hex | AF | EE | D | 1A | 0 | 5F | 7 | 4D | 5A | 31 |
| Octal | 257 | 356 | 15 | 32 | 0 | 137 | 7 | 115 | 132 | 61 |
| Binary | 10101111 | 11101110 | 1101 | 11010 | 0 | 1011111 | 111 | 1001101 | 1011010 | 110001 |
Color Harmonies of #AFEE0D
Complementary color
Monochromatic Colors of #AFEE0D
Black with #AFEE0D
Text Example
Text Example
White with #AFEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE0D; }
p { color: rgb(175,238,13); }
H1.HeaderClassName
{
color: #AFEE0D;
}
.AnyTagClassName
{
color: #AFEE0D;
}
</style>
background-color css
<style>
a { background-color: #AFEE0D; }
a { background-color: rgb(175,238,13); }
div.DivClassName
{
background-color: #AFEE0D;
}
.BgClassName
{
background-color: #AFEE0D;
}
</style>
border-color css
<style>
span { border-color: #AFEE0D; }
span { border-color: rgb(175,238,13); }
td.TdClassName
{
border-color: #AFEE0D;
}
.TagClassName
{
border-color: #AFEE0D;
}
</style>