Shades of Spring Green #0FF38A
Tints of Spring Green #0FF38A
RGB
CMYK
RGB Variations
Color information
#0FF38A (or 0x0FF38A) is known color: Spring Green. HEX triplet: 0F, F3 and 8A. RGB value is (15,243,138). Sum of RGB (Red+Green+Blue) = 15+243+138=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF38A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF38A is #F00C75. Grayscale: #A3A3A3. Windows color (decimal): -15731830 or 9106191. OLE color: 9106191.
HSL color Cylindrical-coordinate representation of color #0FF38A: hue angle of 152.37º 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 #0FF38A is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 138 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.05 |
| HSL | 152.37º | 0.9% | 0.51% | - |
| HSV(B) | 152.37º | 0.94% | 0.95% | - |
| XYZ | 36.84 | 66.04 | 34.85 | - |
| YUV | 162.86 | 113.96 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 138 | 0.94 | 0 | 0.43 | 0.05 | 152.37 | 0.9 | 0.51 |
| Hex | F | F3 | 8A | 5E | 0 | 2B | 5 | 98 | 5A | 33 |
| Octal | 17 | 363 | 212 | 136 | 0 | 53 | 5 | 230 | 132 | 63 |
| Binary | 1111 | 11110011 | 10001010 | 1011110 | 0 | 101011 | 101 | 10011000 | 1011010 | 110011 |
Color Harmonies of #0FF38A
Complementary color
Monochromatic Colors of #0FF38A
Black with #0FF38A
Text Example
Text Example
White with #0FF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF38A; }
p { color: rgb(15,243,138); }
H1.HeaderClassName
{
color: #0FF38A;
}
.AnyTagClassName
{
color: #0FF38A;
}
</style>
background-color css
<style>
a { background-color: #0FF38A; }
a { background-color: rgb(15,243,138); }
div.DivClassName
{
background-color: #0FF38A;
}
.BgClassName
{
background-color: #0FF38A;
}
</style>
border-color css
<style>
span { border-color: #0FF38A; }
span { border-color: rgb(15,243,138); }
td.TdClassName
{
border-color: #0FF38A;
}
.TagClassName
{
border-color: #0FF38A;
}
</style>