Shades of Spring Green #03F97A
Tints of Spring Green #03F97A
RGB
CMYK
RGB Variations
Color information
#03F97A (or 0x03F97A) is known color: Spring Green. HEX triplet: 03, F9 and 7A. RGB value is (3,249,122). Sum of RGB (Red+Green+Blue) = 3+249+122=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #03F97A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F97A is #FC0685. Grayscale: #A1A1A1. Windows color (decimal): -16516742 or 8059139. OLE color: 8059139.
HSL color Cylindrical-coordinate representation of color #03F97A: hue angle of 149.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F97A is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 122 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.02 |
| HSL | 149.02º | 0.98% | 0.49% | - |
| HSV(B) | 149.02º | 0.99% | 0.98% | - |
| XYZ | 37.43 | 69.18 | 29.79 | - |
| YUV | 160.97 | 106 | 15.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 122 | 0.99 | 0 | 0.51 | 0.02 | 149.02 | 0.98 | 0.49 |
| Hex | 3 | F9 | 7A | 63 | 0 | 33 | 2 | 95 | 62 | 31 |
| Octal | 3 | 371 | 172 | 143 | 0 | 63 | 2 | 225 | 142 | 61 |
| Binary | 11 | 11111001 | 1111010 | 1100011 | 0 | 110011 | 10 | 10010101 | 1100010 | 110001 |
Color Harmonies of #03F97A
Complementary color
Monochromatic Colors of #03F97A
Black with #03F97A
Text Example
Text Example
White with #03F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F97A; }
p { color: rgb(3,249,122); }
H1.HeaderClassName
{
color: #03F97A;
}
.AnyTagClassName
{
color: #03F97A;
}
</style>
background-color css
<style>
a { background-color: #03F97A; }
a { background-color: rgb(3,249,122); }
div.DivClassName
{
background-color: #03F97A;
}
.BgClassName
{
background-color: #03F97A;
}
</style>
border-color css
<style>
span { border-color: #03F97A; }
span { border-color: rgb(3,249,122); }
td.TdClassName
{
border-color: #03F97A;
}
.TagClassName
{
border-color: #03F97A;
}
</style>