Shades of Inch Worm #AFF011
Tints of Inch Worm #AFF011
RGB
CMYK
RGB Variations
Color information
#AFF011 (or 0xAFF011) is known color: Inch Worm. HEX triplet: AF, F0 and 11. RGB value is (175,240,17). Sum of RGB (Red+Green+Blue) = 175+240+17=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF011 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF011 is #500FEE. Grayscale: #C3C3C3. Windows color (decimal): -5246959 or 1175727. OLE color: 1175727.
HSL color Cylindrical-coordinate representation of color #AFF011: hue angle of 77.49º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF011 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.06 |
| HSL | 77.49º | 0.88% | 0.5% | - |
| HSV(B) | 77.49º | 0.93% | 0.94% | - |
| XYZ | 48.94 | 71.47 | 11.75 | - |
| YUV | 195.14 | 27.47 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 17 | 0.27 | 0 | 0.93 | 0.06 | 77.49 | 0.88 | 0.5 |
| Hex | AF | F0 | 11 | 1B | 0 | 5D | 6 | 4D | 58 | 32 |
| Octal | 257 | 360 | 21 | 33 | 0 | 135 | 6 | 115 | 130 | 62 |
| Binary | 10101111 | 11110000 | 10001 | 11011 | 0 | 1011101 | 110 | 1001101 | 1011000 | 110010 |
Color Harmonies of #AFF011
Complementary color
Monochromatic Colors of #AFF011
Black with #AFF011
Text Example
Text Example
White with #AFF011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF011; }
p { color: rgb(175,240,17); }
H1.HeaderClassName
{
color: #AFF011;
}
.AnyTagClassName
{
color: #AFF011;
}
</style>
background-color css
<style>
a { background-color: #AFF011; }
a { background-color: rgb(175,240,17); }
div.DivClassName
{
background-color: #AFF011;
}
.BgClassName
{
background-color: #AFF011;
}
</style>
border-color css
<style>
span { border-color: #AFF011; }
span { border-color: rgb(175,240,17); }
td.TdClassName
{
border-color: #AFF011;
}
.TagClassName
{
border-color: #AFF011;
}
</style>