Shades of Inch Worm #AFEE0B
Tints of Inch Worm #AFEE0B
RGB
CMYK
RGB Variations
Color information
#AFEE0B (or 0xAFEE0B) is known color: Inch Worm. HEX triplet: AF, EE and 0B. RGB value is (175,238,11). Sum of RGB (Red+Green+Blue) = 175+238+11=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEE0B is #5011F4. Grayscale: #C2C2C2. Windows color (decimal): -5247477 or 781999. OLE color: 781999.
HSL color Cylindrical-coordinate representation of color #AFEE0B: hue angle of 76.65º degrees, saturation: 0.91, 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 #AFEE0B is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 11 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.07 |
| HSL | 76.65º | 0.91% | 0.49% | - |
| HSV(B) | 76.65º | 0.95% | 0.93% | - |
| XYZ | 48.31 | 70.29 | 11.34 | - |
| YUV | 193.29 | 25.13 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 11 | 0.26 | 0 | 0.95 | 0.07 | 76.65 | 0.91 | 0.49 |
| Hex | AF | EE | B | 1A | 0 | 5F | 7 | 4D | 5B | 31 |
| Octal | 257 | 356 | 13 | 32 | 0 | 137 | 7 | 115 | 133 | 61 |
| Binary | 10101111 | 11101110 | 1011 | 11010 | 0 | 1011111 | 111 | 1001101 | 1011011 | 110001 |
Color Harmonies of #AFEE0B
Complementary color
Monochromatic Colors of #AFEE0B
Black with #AFEE0B
Text Example
Text Example
White with #AFEE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE0B; }
p { color: rgb(175,238,11); }
H1.HeaderClassName
{
color: #AFEE0B;
}
.AnyTagClassName
{
color: #AFEE0B;
}
</style>
background-color css
<style>
a { background-color: #AFEE0B; }
a { background-color: rgb(175,238,11); }
div.DivClassName
{
background-color: #AFEE0B;
}
.BgClassName
{
background-color: #AFEE0B;
}
</style>
border-color css
<style>
span { border-color: #AFEE0B; }
span { border-color: rgb(175,238,11); }
td.TdClassName
{
border-color: #AFEE0B;
}
.TagClassName
{
border-color: #AFEE0B;
}
</style>