Shades of Inch Worm #AFF10D
Tints of Inch Worm #AFF10D
RGB
CMYK
RGB Variations
Color information
#AFF10D (or 0xAFF10D) is known color: Inch Worm. HEX triplet: AF, F1 and 0D. RGB value is (175,241,13). Sum of RGB (Red+Green+Blue) = 175+241+13=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF10D is #500EF2. Grayscale: #C4C4C4. Windows color (decimal): -5246707 or 913839. OLE color: 913839.
HSL color Cylindrical-coordinate representation of color #AFF10D: hue angle of 77.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFF10D is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 13 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.05 |
| HSL | 77.37º | 0.9% | 0.5% | - |
| HSV(B) | 77.37º | 0.95% | 0.95% | - |
| XYZ | 49.21 | 72.05 | 11.7 | - |
| YUV | 195.27 | 25.13 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 13 | 0.27 | 0 | 0.95 | 0.05 | 77.37 | 0.9 | 0.5 |
| Hex | AF | F1 | D | 1B | 0 | 5F | 5 | 4D | 5A | 32 |
| Octal | 257 | 361 | 15 | 33 | 0 | 137 | 5 | 115 | 132 | 62 |
| Binary | 10101111 | 11110001 | 1101 | 11011 | 0 | 1011111 | 101 | 1001101 | 1011010 | 110010 |
Color Harmonies of #AFF10D
Complementary color
Monochromatic Colors of #AFF10D
Black with #AFF10D
Text Example
Text Example
White with #AFF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF10D; }
p { color: rgb(175,241,13); }
H1.HeaderClassName
{
color: #AFF10D;
}
.AnyTagClassName
{
color: #AFF10D;
}
</style>
background-color css
<style>
a { background-color: #AFF10D; }
a { background-color: rgb(175,241,13); }
div.DivClassName
{
background-color: #AFF10D;
}
.BgClassName
{
background-color: #AFF10D;
}
</style>
border-color css
<style>
span { border-color: #AFF10D; }
span { border-color: rgb(175,241,13); }
td.TdClassName
{
border-color: #AFF10D;
}
.TagClassName
{
border-color: #AFF10D;
}
</style>