Shades of Spring Green #10F27B
Tints of Spring Green #10F27B
RGB
CMYK
RGB Variations
Color information
#10F27B (or 0x10F27B) is known color: Spring Green. HEX triplet: 10, F2 and 7B. RGB value is (16,242,123). Sum of RGB (Red+Green+Blue) = 16+242+123=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #10F27B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F27B is #EF0D84. Grayscale: #A1A1A1. Windows color (decimal): -15666565 or 8122896. OLE color: 8122896.
HSL color Cylindrical-coordinate representation of color #10F27B: hue angle of 148.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F27B is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 123 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.05 |
| HSL | 148.41º | 0.9% | 0.51% | - |
| HSV(B) | 148.41º | 0.93% | 0.95% | - |
| XYZ | 35.54 | 65.04 | 29.42 | - |
| YUV | 160.86 | 106.63 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 123 | 0.93 | 0 | 0.49 | 0.05 | 148.41 | 0.9 | 0.51 |
| Hex | 10 | F2 | 7B | 5D | 0 | 31 | 5 | 94 | 5A | 33 |
| Octal | 20 | 362 | 173 | 135 | 0 | 61 | 5 | 224 | 132 | 63 |
| Binary | 10000 | 11110010 | 1111011 | 1011101 | 0 | 110001 | 101 | 10010100 | 1011010 | 110011 |
Color Harmonies of #10F27B
Complementary color
Monochromatic Colors of #10F27B
Black with #10F27B
Text Example
Text Example
White with #10F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F27B; }
p { color: rgb(16,242,123); }
H1.HeaderClassName
{
color: #10F27B;
}
.AnyTagClassName
{
color: #10F27B;
}
</style>
background-color css
<style>
a { background-color: #10F27B; }
a { background-color: rgb(16,242,123); }
div.DivClassName
{
background-color: #10F27B;
}
.BgClassName
{
background-color: #10F27B;
}
</style>
border-color css
<style>
span { border-color: #10F27B; }
span { border-color: rgb(16,242,123); }
td.TdClassName
{
border-color: #10F27B;
}
.TagClassName
{
border-color: #10F27B;
}
</style>