Shades of Inch Worm #AFF30F
Tints of Inch Worm #AFF30F
RGB
CMYK
RGB Variations
Color information
#AFF30F (or 0xAFF30F) is known color: Inch Worm. HEX triplet: AF, F3 and 0F. RGB value is (175,243,15). Sum of RGB (Red+Green+Blue) = 175+243+15=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF30F is #500CF0. Grayscale: #C5C5C5. Windows color (decimal): -5246193 or 1045423. OLE color: 1045423.
HSL color Cylindrical-coordinate representation of color #AFF30F: hue angle of 77.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFF30F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 15 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.05 |
| HSL | 77.89º | 0.9% | 0.51% | - |
| HSV(B) | 77.89º | 0.94% | 0.95% | - |
| XYZ | 49.82 | 73.25 | 11.96 | - |
| YUV | 196.68 | 25.47 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 15 | 0.28 | 0 | 0.94 | 0.05 | 77.89 | 0.9 | 0.51 |
| Hex | AF | F3 | F | 1C | 0 | 5E | 5 | 4E | 5A | 33 |
| Octal | 257 | 363 | 17 | 34 | 0 | 136 | 5 | 116 | 132 | 63 |
| Binary | 10101111 | 11110011 | 1111 | 11100 | 0 | 1011110 | 101 | 1001110 | 1011010 | 110011 |
Color Harmonies of #AFF30F
Complementary color
Monochromatic Colors of #AFF30F
Black with #AFF30F
Text Example
Text Example
White with #AFF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF30F; }
p { color: rgb(175,243,15); }
H1.HeaderClassName
{
color: #AFF30F;
}
.AnyTagClassName
{
color: #AFF30F;
}
</style>
background-color css
<style>
a { background-color: #AFF30F; }
a { background-color: rgb(175,243,15); }
div.DivClassName
{
background-color: #AFF30F;
}
.BgClassName
{
background-color: #AFF30F;
}
</style>
border-color css
<style>
span { border-color: #AFF30F; }
span { border-color: rgb(175,243,15); }
td.TdClassName
{
border-color: #AFF30F;
}
.TagClassName
{
border-color: #AFF30F;
}
</style>