Shades of Inch Worm #AFDC19
Tints of Inch Worm #AFDC19
RGB
CMYK
RGB Variations
Color information
#AFDC19 (or 0xAFDC19) is known color: Inch Worm. HEX triplet: AF, DC and 19. RGB value is (175,220,25). Sum of RGB (Red+Green+Blue) = 175+220+25=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDC19 is #5023E6. Grayscale: #B9B9B9. Windows color (decimal): -5252071 or 1694895. OLE color: 1694895.
HSL color Cylindrical-coordinate representation of color #AFDC19: hue angle of 73.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFDC19 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 25 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.14 |
| HSL | 73.85º | 0.8% | 0.48% | - |
| HSV(B) | 73.85º | 0.89% | 0.86% | - |
| XYZ | 43.45 | 60.37 | 10.28 | - |
| YUV | 184.32 | 38.09 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 25 | 0.20 | 0 | 0.89 | 0.14 | 73.85 | 0.8 | 0.48 |
| Hex | AF | DC | 19 | 14 | 0 | 59 | E | 4A | 50 | 30 |
| Octal | 257 | 334 | 31 | 24 | 0 | 131 | 16 | 112 | 120 | 60 |
| Binary | 10101111 | 11011100 | 11001 | 10100 | 0 | 1011001 | 1110 | 1001010 | 1010000 | 110000 |
Color Harmonies of #AFDC19
Complementary color
Monochromatic Colors of #AFDC19
Black with #AFDC19
Text Example
Text Example
White with #AFDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC19; }
p { color: rgb(175,220,25); }
H1.HeaderClassName
{
color: #AFDC19;
}
.AnyTagClassName
{
color: #AFDC19;
}
</style>
background-color css
<style>
a { background-color: #AFDC19; }
a { background-color: rgb(175,220,25); }
div.DivClassName
{
background-color: #AFDC19;
}
.BgClassName
{
background-color: #AFDC19;
}
</style>
border-color css
<style>
span { border-color: #AFDC19; }
span { border-color: rgb(175,220,25); }
td.TdClassName
{
border-color: #AFDC19;
}
.TagClassName
{
border-color: #AFDC19;
}
</style>