Shades of Inch Worm #AFDE0C
Tints of Inch Worm #AFDE0C
RGB
CMYK
RGB Variations
Color information
#AFDE0C (or 0xAFDE0C) is known color: Inch Worm. HEX triplet: AF, DE and 0C. RGB value is (175,222,12). Sum of RGB (Red+Green+Blue) = 175+222+12=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDE0C is #5021F3. Grayscale: #B8B8B8. Windows color (decimal): -5251572 or 843439. OLE color: 843439.
HSL color Cylindrical-coordinate representation of color #AFDE0C: hue angle of 73.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFDE0C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.13 |
| HSL | 73.43º | 0.9% | 0.46% | - |
| HSV(B) | 73.43º | 0.95% | 0.87% | - |
| XYZ | 43.87 | 61.38 | 9.88 | - |
| YUV | 184.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 12 | 0.21 | 0 | 0.95 | 0.13 | 73.43 | 0.9 | 0.46 |
| Hex | AF | DE | C | 15 | 0 | 5F | D | 49 | 5A | 2E |
| Octal | 257 | 336 | 14 | 25 | 0 | 137 | 15 | 111 | 132 | 56 |
| Binary | 10101111 | 11011110 | 1100 | 10101 | 0 | 1011111 | 1101 | 1001001 | 1011010 | 101110 |
Color Harmonies of #AFDE0C
Complementary color
Monochromatic Colors of #AFDE0C
Black with #AFDE0C
Text Example
Text Example
White with #AFDE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE0C; }
p { color: rgb(175,222,12); }
H1.HeaderClassName
{
color: #AFDE0C;
}
.AnyTagClassName
{
color: #AFDE0C;
}
</style>
background-color css
<style>
a { background-color: #AFDE0C; }
a { background-color: rgb(175,222,12); }
div.DivClassName
{
background-color: #AFDE0C;
}
.BgClassName
{
background-color: #AFDE0C;
}
</style>
border-color css
<style>
span { border-color: #AFDE0C; }
span { border-color: rgb(175,222,12); }
td.TdClassName
{
border-color: #AFDE0C;
}
.TagClassName
{
border-color: #AFDE0C;
}
</style>