Shades of Spring Green #10F384
Tints of Spring Green #10F384
RGB
CMYK
RGB Variations
Color information
#10F384 (or 0x10F384) is known color: Spring Green. HEX triplet: 10, F3 and 84. RGB value is (16,243,132). Sum of RGB (Red+Green+Blue) = 16+243+132=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #10F384 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F384 is #EF0C7B. Grayscale: #A2A2A2. Windows color (decimal): -15666300 or 8712976. OLE color: 8712976.
HSL color Cylindrical-coordinate representation of color #10F384: hue angle of 150.66º 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 #10F384 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 132 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.05 |
| HSL | 150.66º | 0.9% | 0.51% | - |
| HSV(B) | 150.66º | 0.93% | 0.95% | - |
| XYZ | 36.43 | 65.88 | 32.63 | - |
| YUV | 162.47 | 110.79 | 23.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 132 | 0.93 | 0 | 0.46 | 0.05 | 150.66 | 0.9 | 0.51 |
| Hex | 10 | F3 | 84 | 5D | 0 | 2E | 5 | 97 | 5A | 33 |
| Octal | 20 | 363 | 204 | 135 | 0 | 56 | 5 | 227 | 132 | 63 |
| Binary | 10000 | 11110011 | 10000100 | 1011101 | 0 | 101110 | 101 | 10010111 | 1011010 | 110011 |
Color Harmonies of #10F384
Complementary color
Monochromatic Colors of #10F384
Black with #10F384
Text Example
Text Example
White with #10F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F384; }
p { color: rgb(16,243,132); }
H1.HeaderClassName
{
color: #10F384;
}
.AnyTagClassName
{
color: #10F384;
}
</style>
background-color css
<style>
a { background-color: #10F384; }
a { background-color: rgb(16,243,132); }
div.DivClassName
{
background-color: #10F384;
}
.BgClassName
{
background-color: #10F384;
}
</style>
border-color css
<style>
span { border-color: #10F384; }
span { border-color: rgb(16,243,132); }
td.TdClassName
{
border-color: #10F384;
}
.TagClassName
{
border-color: #10F384;
}
</style>