Shades of Spring Green #19F965
Tints of Spring Green #19F965
RGB
CMYK
RGB Variations
Color information
#19F965 (or 0x19F965) is known color: Spring Green. HEX triplet: 19, F9 and 65. RGB value is (25,249,101). Sum of RGB (Red+Green+Blue) = 25+249+101=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #19F965 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F965 is #E6069A. Grayscale: #A5A5A5. Windows color (decimal): -15074971 or 6682905. OLE color: 6682905.
HSL color Cylindrical-coordinate representation of color #19F965: hue angle of 140.36º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F965 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 101 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.02 |
| HSL | 140.36º | 0.95% | 0.54% | - |
| HSV(B) | 140.36º | 0.9% | 0.98% | - |
| XYZ | 36.63 | 68.9 | 23.68 | - |
| YUV | 165.15 | 91.79 | 28.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 101 | 0.90 | 0 | 0.59 | 0.02 | 140.36 | 0.95 | 0.54 |
| Hex | 19 | F9 | 65 | 5A | 0 | 3B | 2 | 8C | 5F | 36 |
| Octal | 31 | 371 | 145 | 132 | 0 | 73 | 2 | 214 | 137 | 66 |
| Binary | 11001 | 11111001 | 1100101 | 1011010 | 0 | 111011 | 10 | 10001100 | 1011111 | 110110 |
Color Harmonies of #19F965
Complementary color
Monochromatic Colors of #19F965
Black with #19F965
Text Example
Text Example
White with #19F965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F965; }
p { color: rgb(25,249,101); }
H1.HeaderClassName
{
color: #19F965;
}
.AnyTagClassName
{
color: #19F965;
}
</style>
background-color css
<style>
a { background-color: #19F965; }
a { background-color: rgb(25,249,101); }
div.DivClassName
{
background-color: #19F965;
}
.BgClassName
{
background-color: #19F965;
}
</style>
border-color css
<style>
span { border-color: #19F965; }
span { border-color: rgb(25,249,101); }
td.TdClassName
{
border-color: #19F965;
}
.TagClassName
{
border-color: #19F965;
}
</style>