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