Shades of Inch Worm #AFD900
Tints of Inch Worm #AFD900
RGB
CMYK
RGB Variations
Color information
#AFD900 (or 0xAFD900) is known color: Inch Worm. HEX triplet: AF, D9 and 00. RGB value is (175,217,0). Sum of RGB (Red+Green+Blue) = 175+217+0=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD900 is #5026FF. Grayscale: #B4B4B4. Windows color (decimal): -5252864 or 55727. OLE color: 55727.
HSL color Cylindrical-coordinate representation of color #AFD900: hue angle of 71.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFD900 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 217 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.15 |
| HSL | 71.61º | 1% | 0.43% | - |
| HSV(B) | 71.61º | 1% | 0.85% | - |
| XYZ | 42.49 | 58.74 | 9.1 | - |
| YUV | 179.7 | 26.59 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 217 | 0 | 0.19 | 0 | 1 | 0.15 | 71.61 | 1 | 0.43 |
| Hex | AF | D9 | 0 | 13 | 0 | 64 | F | 48 | 64 | 2B |
| Octal | 257 | 331 | 0 | 23 | 0 | 144 | 17 | 110 | 144 | 53 |
| Binary | 10101111 | 11011001 | 0 | 10011 | 0 | 1100100 | 1111 | 1001000 | 1100100 | 101011 |
Color Harmonies of #AFD900
Complementary color
Monochromatic Colors of #AFD900
Black with #AFD900
Text Example
Text Example
White with #AFD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD900; }
p { color: rgb(175,217,0); }
H1.HeaderClassName
{
color: #AFD900;
}
.AnyTagClassName
{
color: #AFD900;
}
</style>
background-color css
<style>
a { background-color: #AFD900; }
a { background-color: rgb(175,217,0); }
div.DivClassName
{
background-color: #AFD900;
}
.BgClassName
{
background-color: #AFD900;
}
</style>
border-color css
<style>
span { border-color: #AFD900; }
span { border-color: rgb(175,217,0); }
td.TdClassName
{
border-color: #AFD900;
}
.TagClassName
{
border-color: #AFD900;
}
</style>