Shades of Inch Worm #AFDF18
Tints of Inch Worm #AFDF18
RGB
CMYK
RGB Variations
Color information
#AFDF18 (or 0xAFDF18) is known color: Inch Worm. HEX triplet: AF, DF and 18. RGB value is (175,223,24). Sum of RGB (Red+Green+Blue) = 175+223+24=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF18 is #5020E7. Grayscale: #BABABA. Windows color (decimal): -5251304 or 1630127. OLE color: 1630127.
HSL color Cylindrical-coordinate representation of color #AFDF18: hue angle of 74.47º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFDF18 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 24 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.13 |
| HSL | 74.47º | 0.81% | 0.48% | - |
| HSV(B) | 74.47º | 0.89% | 0.87% | - |
| XYZ | 44.23 | 61.96 | 10.49 | - |
| YUV | 185.96 | 36.6 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 24 | 0.22 | 0 | 0.89 | 0.13 | 74.47 | 0.81 | 0.48 |
| Hex | AF | DF | 18 | 16 | 0 | 59 | D | 4A | 51 | 30 |
| Octal | 257 | 337 | 30 | 26 | 0 | 131 | 15 | 112 | 121 | 60 |
| Binary | 10101111 | 11011111 | 11000 | 10110 | 0 | 1011001 | 1101 | 1001010 | 1010001 | 110000 |
Color Harmonies of #AFDF18
Complementary color
Monochromatic Colors of #AFDF18
Black with #AFDF18
Text Example
Text Example
White with #AFDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF18; }
p { color: rgb(175,223,24); }
H1.HeaderClassName
{
color: #AFDF18;
}
.AnyTagClassName
{
color: #AFDF18;
}
</style>
background-color css
<style>
a { background-color: #AFDF18; }
a { background-color: rgb(175,223,24); }
div.DivClassName
{
background-color: #AFDF18;
}
.BgClassName
{
background-color: #AFDF18;
}
</style>
border-color css
<style>
span { border-color: #AFDF18; }
span { border-color: rgb(175,223,24); }
td.TdClassName
{
border-color: #AFDF18;
}
.TagClassName
{
border-color: #AFDF18;
}
</style>