Shades of Inch Worm #AFDC00
Tints of Inch Worm #AFDC00
RGB
CMYK
RGB Variations
Color information
#AFDC00 (or 0xAFDC00) is known color: Inch Worm. HEX triplet: AF, DC and 00. RGB value is (175,220,0). Sum of RGB (Red+Green+Blue) = 175+220+0=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC00 is #5023FF. Grayscale: #B6B6B6. Windows color (decimal): -5252096 or 56495. OLE color: 56495.
HSL color Cylindrical-coordinate representation of color #AFDC00: hue angle of 72.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFDC00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.14 |
| HSL | 72.27º | 1% | 0.43% | - |
| HSV(B) | 72.27º | 1% | 0.86% | - |
| XYZ | 43.27 | 60.3 | 9.36 | - |
| YUV | 181.47 | 25.59 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 0 | 0.20 | 0 | 1 | 0.14 | 72.27 | 1 | 0.43 |
| Hex | AF | DC | 0 | 14 | 0 | 64 | E | 48 | 64 | 2B |
| Octal | 257 | 334 | 0 | 24 | 0 | 144 | 16 | 110 | 144 | 53 |
| Binary | 10101111 | 11011100 | 0 | 10100 | 0 | 1100100 | 1110 | 1001000 | 1100100 | 101011 |
Color Harmonies of #AFDC00
Complementary color
Monochromatic Colors of #AFDC00
Black with #AFDC00
Text Example
Text Example
White with #AFDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC00; }
p { color: rgb(175,220,0); }
H1.HeaderClassName
{
color: #AFDC00;
}
.AnyTagClassName
{
color: #AFDC00;
}
</style>
background-color css
<style>
a { background-color: #AFDC00; }
a { background-color: rgb(175,220,0); }
div.DivClassName
{
background-color: #AFDC00;
}
.BgClassName
{
background-color: #AFDC00;
}
</style>
border-color css
<style>
span { border-color: #AFDC00; }
span { border-color: rgb(175,220,0); }
td.TdClassName
{
border-color: #AFDC00;
}
.TagClassName
{
border-color: #AFDC00;
}
</style>