Shades of Inch Worm #AFF118
Tints of Inch Worm #AFF118
RGB
CMYK
RGB Variations
Color information
#AFF118 (or 0xAFF118) is known color: Inch Worm. HEX triplet: AF, F1 and 18. RGB value is (175,241,24). Sum of RGB (Red+Green+Blue) = 175+241+24=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF118 is #500EE7. Grayscale: #C5C5C5. Windows color (decimal): -5246696 or 1634735. OLE color: 1634735.
HSL color Cylindrical-coordinate representation of color #AFF118: hue angle of 78.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFF118 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 24 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.05 |
| HSL | 78.25º | 0.89% | 0.52% | - |
| HSV(B) | 78.25º | 0.9% | 0.95% | - |
| XYZ | 49.3 | 72.09 | 12.18 | - |
| YUV | 196.53 | 30.63 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 24 | 0.27 | 0 | 0.90 | 0.05 | 78.25 | 0.89 | 0.52 |
| Hex | AF | F1 | 18 | 1B | 0 | 5A | 5 | 4E | 59 | 34 |
| Octal | 257 | 361 | 30 | 33 | 0 | 132 | 5 | 116 | 131 | 64 |
| Binary | 10101111 | 11110001 | 11000 | 11011 | 0 | 1011010 | 101 | 1001110 | 1011001 | 110100 |
Color Harmonies of #AFF118
Complementary color
Monochromatic Colors of #AFF118
Black with #AFF118
Text Example
Text Example
White with #AFF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF118; }
p { color: rgb(175,241,24); }
H1.HeaderClassName
{
color: #AFF118;
}
.AnyTagClassName
{
color: #AFF118;
}
</style>
background-color css
<style>
a { background-color: #AFF118; }
a { background-color: rgb(175,241,24); }
div.DivClassName
{
background-color: #AFF118;
}
.BgClassName
{
background-color: #AFF118;
}
</style>
border-color css
<style>
span { border-color: #AFF118; }
span { border-color: rgb(175,241,24); }
td.TdClassName
{
border-color: #AFF118;
}
.TagClassName
{
border-color: #AFF118;
}
</style>