Shades of Spring Green #10F18A
Tints of Spring Green #10F18A
RGB
CMYK
RGB Variations
Color information
#10F18A (or 0x10F18A) is known color: Spring Green. HEX triplet: 10, F1 and 8A. RGB value is (16,241,138). Sum of RGB (Red+Green+Blue) = 16+241+138=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #10F18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F18A is #EF0E75. Grayscale: #A2A2A2. Windows color (decimal): -15666806 or 9105680. OLE color: 9105680.
HSL color Cylindrical-coordinate representation of color #10F18A: hue angle of 152.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F18A is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 138 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.05 |
| HSL | 152.53º | 0.89% | 0.5% | - |
| HSV(B) | 152.53º | 0.93% | 0.95% | - |
| XYZ | 36.26 | 64.86 | 34.65 | - |
| YUV | 161.98 | 114.46 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 138 | 0.93 | 0 | 0.43 | 0.05 | 152.53 | 0.89 | 0.5 |
| Hex | 10 | F1 | 8A | 5D | 0 | 2B | 5 | 99 | 59 | 32 |
| Octal | 20 | 361 | 212 | 135 | 0 | 53 | 5 | 231 | 131 | 62 |
| Binary | 10000 | 11110001 | 10001010 | 1011101 | 0 | 101011 | 101 | 10011001 | 1011001 | 110010 |
Color Harmonies of #10F18A
Complementary color
Monochromatic Colors of #10F18A
Black with #10F18A
Text Example
Text Example
White with #10F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F18A; }
p { color: rgb(16,241,138); }
H1.HeaderClassName
{
color: #10F18A;
}
.AnyTagClassName
{
color: #10F18A;
}
</style>
background-color css
<style>
a { background-color: #10F18A; }
a { background-color: rgb(16,241,138); }
div.DivClassName
{
background-color: #10F18A;
}
.BgClassName
{
background-color: #10F18A;
}
</style>
border-color css
<style>
span { border-color: #10F18A; }
span { border-color: rgb(16,241,138); }
td.TdClassName
{
border-color: #10F18A;
}
.TagClassName
{
border-color: #10F18A;
}
</style>