Shades of Inch Worm #AFDC08
Tints of Inch Worm #AFDC08
RGB
CMYK
RGB Variations
Color information
#AFDC08 (or 0xAFDC08) is known color: Inch Worm. HEX triplet: AF, DC and 08. RGB value is (175,220,8). Sum of RGB (Red+Green+Blue) = 175+220+8=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC08 is #5023F7. Grayscale: #B7B7B7. Windows color (decimal): -5252088 or 580783. OLE color: 580783.
HSL color Cylindrical-coordinate representation of color #AFDC08: hue angle of 72.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFDC08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.14 |
| HSL | 72.74º | 0.93% | 0.45% | - |
| HSV(B) | 72.74º | 0.96% | 0.86% | - |
| XYZ | 43.32 | 60.32 | 9.59 | - |
| YUV | 182.38 | 29.59 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 8 | 0.20 | 0 | 0.96 | 0.14 | 72.74 | 0.93 | 0.45 |
| Hex | AF | DC | 8 | 14 | 0 | 60 | E | 49 | 5D | 2D |
| Octal | 257 | 334 | 10 | 24 | 0 | 140 | 16 | 111 | 135 | 55 |
| Binary | 10101111 | 11011100 | 1000 | 10100 | 0 | 1100000 | 1110 | 1001001 | 1011101 | 101101 |
Color Harmonies of #AFDC08
Complementary color
Monochromatic Colors of #AFDC08
Black with #AFDC08
Text Example
Text Example
White with #AFDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC08; }
p { color: rgb(175,220,8); }
H1.HeaderClassName
{
color: #AFDC08;
}
.AnyTagClassName
{
color: #AFDC08;
}
</style>
background-color css
<style>
a { background-color: #AFDC08; }
a { background-color: rgb(175,220,8); }
div.DivClassName
{
background-color: #AFDC08;
}
.BgClassName
{
background-color: #AFDC08;
}
</style>
border-color css
<style>
span { border-color: #AFDC08; }
span { border-color: rgb(175,220,8); }
td.TdClassName
{
border-color: #AFDC08;
}
.TagClassName
{
border-color: #AFDC08;
}
</style>