Shades of Inch Worm #AFF518
Tints of Inch Worm #AFF518
RGB
CMYK
RGB Variations
Color information
#AFF518 (or 0xAFF518) is known color: Inch Worm. HEX triplet: AF, F5 and 18. RGB value is (175,245,24). Sum of RGB (Red+Green+Blue) = 175+245+24=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF518 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF518 is #500AE7. Grayscale: #C7C7C7. Windows color (decimal): -5245672 or 1635759. OLE color: 1635759.
HSL color Cylindrical-coordinate representation of color #AFF518: hue angle of 79º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFF518 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 24 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.04 |
| HSL | 79º | 0.92% | 0.53% | - |
| HSV(B) | 79º | 0.9% | 0.96% | - |
| XYZ | 50.5 | 74.48 | 12.58 | - |
| YUV | 198.88 | 29.31 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 24 | 0.29 | 0 | 0.90 | 0.04 | 79 | 0.92 | 0.53 |
| Hex | AF | F5 | 18 | 1D | 0 | 5A | 4 | 4F | 5C | 35 |
| Octal | 257 | 365 | 30 | 35 | 0 | 132 | 4 | 117 | 134 | 65 |
| Binary | 10101111 | 11110101 | 11000 | 11101 | 0 | 1011010 | 100 | 1001111 | 1011100 | 110101 |
Color Harmonies of #AFF518
Complementary color
Monochromatic Colors of #AFF518
Black with #AFF518
Text Example
Text Example
White with #AFF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF518; }
p { color: rgb(175,245,24); }
H1.HeaderClassName
{
color: #AFF518;
}
.AnyTagClassName
{
color: #AFF518;
}
</style>
background-color css
<style>
a { background-color: #AFF518; }
a { background-color: rgb(175,245,24); }
div.DivClassName
{
background-color: #AFF518;
}
.BgClassName
{
background-color: #AFF518;
}
</style>
border-color css
<style>
span { border-color: #AFF518; }
span { border-color: rgb(175,245,24); }
td.TdClassName
{
border-color: #AFF518;
}
.TagClassName
{
border-color: #AFF518;
}
</style>