Shades of Inch Worm #AFDC1E
Tints of Inch Worm #AFDC1E
RGB
CMYK
RGB Variations
Color information
#AFDC1E (or 0xAFDC1E) is known color: Inch Worm. HEX triplet: AF, DC and 1E. RGB value is (175,220,30). Sum of RGB (Red+Green+Blue) = 175+220+30=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC1E is #5023E1. Grayscale: #B9B9B9. Windows color (decimal): -5252066 or 2022575. OLE color: 2022575.
HSL color Cylindrical-coordinate representation of color #AFDC1E: hue angle of 74.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFDC1E is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 30 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.14 |
| HSL | 74.21º | 0.76% | 0.49% | - |
| HSV(B) | 74.21º | 0.86% | 0.86% | - |
| XYZ | 43.51 | 60.39 | 10.59 | - |
| YUV | 184.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 30 | 0.20 | 0 | 0.86 | 0.14 | 74.21 | 0.76 | 0.49 |
| Hex | AF | DC | 1E | 14 | 0 | 56 | E | 4A | 4C | 31 |
| Octal | 257 | 334 | 36 | 24 | 0 | 126 | 16 | 112 | 114 | 61 |
| Binary | 10101111 | 11011100 | 11110 | 10100 | 0 | 1010110 | 1110 | 1001010 | 1001100 | 110001 |
Color Harmonies of #AFDC1E
Complementary color
Monochromatic Colors of #AFDC1E
Black with #AFDC1E
Text Example
Text Example
White with #AFDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC1E; }
p { color: rgb(175,220,30); }
H1.HeaderClassName
{
color: #AFDC1E;
}
.AnyTagClassName
{
color: #AFDC1E;
}
</style>
background-color css
<style>
a { background-color: #AFDC1E; }
a { background-color: rgb(175,220,30); }
div.DivClassName
{
background-color: #AFDC1E;
}
.BgClassName
{
background-color: #AFDC1E;
}
</style>
border-color css
<style>
span { border-color: #AFDC1E; }
span { border-color: rgb(175,220,30); }
td.TdClassName
{
border-color: #AFDC1E;
}
.TagClassName
{
border-color: #AFDC1E;
}
</style>