Shades of Inch Worm #AFDD12
Tints of Inch Worm #AFDD12
RGB
CMYK
RGB Variations
Color information
#AFDD12 (or 0xAFDD12) is known color: Inch Worm. HEX triplet: AF, DD and 12. RGB value is (175,221,18). Sum of RGB (Red+Green+Blue) = 175+221+18=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD12 is #5022ED. Grayscale: #B8B8B8. Windows color (decimal): -5251822 or 1236399. OLE color: 1236399.
HSL color Cylindrical-coordinate representation of color #AFDD12: hue angle of 73.6º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFDD12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.13 |
| HSL | 73.6º | 0.85% | 0.47% | - |
| HSV(B) | 73.6º | 0.92% | 0.87% | - |
| XYZ | 43.64 | 60.87 | 10.02 | - |
| YUV | 184.1 | 34.26 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 18 | 0.21 | 0 | 0.92 | 0.13 | 73.6 | 0.85 | 0.47 |
| Hex | AF | DD | 12 | 15 | 0 | 5C | D | 4A | 55 | 2F |
| Octal | 257 | 335 | 22 | 25 | 0 | 134 | 15 | 112 | 125 | 57 |
| Binary | 10101111 | 11011101 | 10010 | 10101 | 0 | 1011100 | 1101 | 1001010 | 1010101 | 101111 |
Color Harmonies of #AFDD12
Complementary color
Monochromatic Colors of #AFDD12
Black with #AFDD12
Text Example
Text Example
White with #AFDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD12; }
p { color: rgb(175,221,18); }
H1.HeaderClassName
{
color: #AFDD12;
}
.AnyTagClassName
{
color: #AFDD12;
}
</style>
background-color css
<style>
a { background-color: #AFDD12; }
a { background-color: rgb(175,221,18); }
div.DivClassName
{
background-color: #AFDD12;
}
.BgClassName
{
background-color: #AFDD12;
}
</style>
border-color css
<style>
span { border-color: #AFDD12; }
span { border-color: rgb(175,221,18); }
td.TdClassName
{
border-color: #AFDD12;
}
.TagClassName
{
border-color: #AFDD12;
}
</style>