Shades of Inch Worm #AFEA0E
Tints of Inch Worm #AFEA0E
RGB
CMYK
RGB Variations
Color information
#AFEA0E (or 0xAFEA0E) is known color: Inch Worm. HEX triplet: AF, EA and 0E. RGB value is (175,234,14). Sum of RGB (Red+Green+Blue) = 175+234+14=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEA0E is #5015F1. Grayscale: #C0C0C0. Windows color (decimal): -5248498 or 977583. OLE color: 977583.
HSL color Cylindrical-coordinate representation of color #AFEA0E: hue angle of 76.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFEA0E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.08 |
| HSL | 76.09º | 0.89% | 0.49% | - |
| HSV(B) | 76.09º | 0.94% | 0.92% | - |
| XYZ | 47.18 | 67.99 | 11.05 | - |
| YUV | 191.28 | 27.95 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 14 | 0.25 | 0 | 0.94 | 0.08 | 76.09 | 0.89 | 0.49 |
| Hex | AF | EA | E | 19 | 0 | 5E | 8 | 4C | 59 | 31 |
| Octal | 257 | 352 | 16 | 31 | 0 | 136 | 10 | 114 | 131 | 61 |
| Binary | 10101111 | 11101010 | 1110 | 11001 | 0 | 1011110 | 1000 | 1001100 | 1011001 | 110001 |
Color Harmonies of #AFEA0E
Complementary color
Monochromatic Colors of #AFEA0E
Black with #AFEA0E
Text Example
Text Example
White with #AFEA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA0E; }
p { color: rgb(175,234,14); }
H1.HeaderClassName
{
color: #AFEA0E;
}
.AnyTagClassName
{
color: #AFEA0E;
}
</style>
background-color css
<style>
a { background-color: #AFEA0E; }
a { background-color: rgb(175,234,14); }
div.DivClassName
{
background-color: #AFEA0E;
}
.BgClassName
{
background-color: #AFEA0E;
}
</style>
border-color css
<style>
span { border-color: #AFEA0E; }
span { border-color: rgb(175,234,14); }
td.TdClassName
{
border-color: #AFEA0E;
}
.TagClassName
{
border-color: #AFEA0E;
}
</style>