Shades of Inch Worm #AFF00D
Tints of Inch Worm #AFF00D
RGB
CMYK
RGB Variations
Color information
#AFF00D (or 0xAFF00D) is known color: Inch Worm. HEX triplet: AF, F0 and 0D. RGB value is (175,240,13). Sum of RGB (Red+Green+Blue) = 175+240+13=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF00D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF00D is #500FF2. Grayscale: #C3C3C3. Windows color (decimal): -5246963 or 913583. OLE color: 913583.
HSL color Cylindrical-coordinate representation of color #AFF00D: hue angle of 77.18º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF00D is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 13 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.06 |
| HSL | 77.18º | 0.9% | 0.5% | - |
| HSV(B) | 77.18º | 0.95% | 0.94% | - |
| XYZ | 48.91 | 71.46 | 11.6 | - |
| YUV | 194.69 | 25.47 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 13 | 0.27 | 0 | 0.95 | 0.06 | 77.18 | 0.9 | 0.5 |
| Hex | AF | F0 | D | 1B | 0 | 5F | 6 | 4D | 5A | 32 |
| Octal | 257 | 360 | 15 | 33 | 0 | 137 | 6 | 115 | 132 | 62 |
| Binary | 10101111 | 11110000 | 1101 | 11011 | 0 | 1011111 | 110 | 1001101 | 1011010 | 110010 |
Color Harmonies of #AFF00D
Complementary color
Monochromatic Colors of #AFF00D
Black with #AFF00D
Text Example
Text Example
White with #AFF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF00D; }
p { color: rgb(175,240,13); }
H1.HeaderClassName
{
color: #AFF00D;
}
.AnyTagClassName
{
color: #AFF00D;
}
</style>
background-color css
<style>
a { background-color: #AFF00D; }
a { background-color: rgb(175,240,13); }
div.DivClassName
{
background-color: #AFF00D;
}
.BgClassName
{
background-color: #AFF00D;
}
</style>
border-color css
<style>
span { border-color: #AFF00D; }
span { border-color: rgb(175,240,13); }
td.TdClassName
{
border-color: #AFF00D;
}
.TagClassName
{
border-color: #AFF00D;
}
</style>