Shades of Inch Worm #AFF012
Tints of Inch Worm #AFF012
RGB
CMYK
RGB Variations
Color information
#AFF012 (or 0xAFF012) is known color: Inch Worm. HEX triplet: AF, F0 and 12. RGB value is (175,240,18). Sum of RGB (Red+Green+Blue) = 175+240+18=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF012 is #500FED. Grayscale: #C4C4C4. Windows color (decimal): -5246958 or 1241263. OLE color: 1241263.
HSL color Cylindrical-coordinate representation of color #AFF012: hue angle of 77.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF012 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 18 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.06 |
| HSL | 77.57º | 0.88% | 0.51% | - |
| HSV(B) | 77.57º | 0.93% | 0.94% | - |
| XYZ | 48.95 | 71.48 | 11.79 | - |
| YUV | 195.26 | 27.97 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 18 | 0.27 | 0 | 0.92 | 0.06 | 77.57 | 0.88 | 0.51 |
| Hex | AF | F0 | 12 | 1B | 0 | 5C | 6 | 4E | 58 | 33 |
| Octal | 257 | 360 | 22 | 33 | 0 | 134 | 6 | 116 | 130 | 63 |
| Binary | 10101111 | 11110000 | 10010 | 11011 | 0 | 1011100 | 110 | 1001110 | 1011000 | 110011 |
Color Harmonies of #AFF012
Complementary color
Monochromatic Colors of #AFF012
Black with #AFF012
Text Example
Text Example
White with #AFF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF012; }
p { color: rgb(175,240,18); }
H1.HeaderClassName
{
color: #AFF012;
}
.AnyTagClassName
{
color: #AFF012;
}
</style>
background-color css
<style>
a { background-color: #AFF012; }
a { background-color: rgb(175,240,18); }
div.DivClassName
{
background-color: #AFF012;
}
.BgClassName
{
background-color: #AFF012;
}
</style>
border-color css
<style>
span { border-color: #AFF012; }
span { border-color: rgb(175,240,18); }
td.TdClassName
{
border-color: #AFF012;
}
.TagClassName
{
border-color: #AFF012;
}
</style>