Shades of Inch Worm #AFDA18
Tints of Inch Worm #AFDA18
RGB
CMYK
RGB Variations
Color information
#AFDA18 (or 0xAFDA18) is known color: Inch Worm. HEX triplet: AF, DA and 18. RGB value is (175,218,24). Sum of RGB (Red+Green+Blue) = 175+218+24=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA18 is #5025E7. Grayscale: #B7B7B7. Windows color (decimal): -5252584 or 1628847. OLE color: 1628847.
HSL color Cylindrical-coordinate representation of color #AFDA18: hue angle of 73.3º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFDA18 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 24 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.15 |
| HSL | 73.3º | 0.8% | 0.47% | - |
| HSV(B) | 73.3º | 0.89% | 0.85% | - |
| XYZ | 42.92 | 59.32 | 10.05 | - |
| YUV | 183.03 | 38.25 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 24 | 0.20 | 0 | 0.89 | 0.15 | 73.3 | 0.8 | 0.47 |
| Hex | AF | DA | 18 | 14 | 0 | 59 | F | 49 | 50 | 2F |
| Octal | 257 | 332 | 30 | 24 | 0 | 131 | 17 | 111 | 120 | 57 |
| Binary | 10101111 | 11011010 | 11000 | 10100 | 0 | 1011001 | 1111 | 1001001 | 1010000 | 101111 |
Color Harmonies of #AFDA18
Complementary color
Monochromatic Colors of #AFDA18
Black with #AFDA18
Text Example
Text Example
White with #AFDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA18; }
p { color: rgb(175,218,24); }
H1.HeaderClassName
{
color: #AFDA18;
}
.AnyTagClassName
{
color: #AFDA18;
}
</style>
background-color css
<style>
a { background-color: #AFDA18; }
a { background-color: rgb(175,218,24); }
div.DivClassName
{
background-color: #AFDA18;
}
.BgClassName
{
background-color: #AFDA18;
}
</style>
border-color css
<style>
span { border-color: #AFDA18; }
span { border-color: rgb(175,218,24); }
td.TdClassName
{
border-color: #AFDA18;
}
.TagClassName
{
border-color: #AFDA18;
}
</style>