Shades of Spring Green #19FA85
Tints of Spring Green #19FA85
RGB
CMYK
RGB Variations
Color information
#19FA85 (or 0x19FA85) is known color: Spring Green. HEX triplet: 19, FA and 85. RGB value is (25,250,133). Sum of RGB (Red+Green+Blue) = 25+250+133=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 250 (98.05% from 255 or 61.27% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #19FA85 is #E6057A. Grayscale: #A9A9A9. Windows color (decimal): -15074683 or 8780313. OLE color: 8780313.
HSL color Cylindrical-coordinate representation of color #19FA85: hue angle of 148.8º degrees, saturation: 0.96, 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 #19FA85 is Cyan = 0.9, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 133 | - |
| CMYK | 0.9 | 0 | 0.47 | 0.02 |
| HSL | 148.8º | 0.96% | 0.54% | - |
| HSV(B) | 148.8º | 0.9% | 0.98% | - |
| XYZ | 38.82 | 70.27 | 33.71 | - |
| YUV | 169.39 | 107.46 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 133 | 0.9 | 0 | 0.47 | 0.02 | 148.8 | 0.96 | 0.54 |
| Hex | 19 | FA | 85 | 5A | 0 | 2F | 2 | 95 | 60 | 36 |
| Octal | 31 | 372 | 205 | 132 | 0 | 57 | 2 | 225 | 140 | 66 |
| Binary | 11001 | 11111010 | 10000101 | 1011010 | 0 | 101111 | 10 | 10010101 | 1100000 | 110110 |
Color Harmonies of #19FA85
Complementary color
Monochromatic Colors of #19FA85
Black with #19FA85
Text Example
Text Example
White with #19FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA85; }
p { color: rgb(25,250,133); }
H1.HeaderClassName
{
color: #19FA85;
}
.AnyTagClassName
{
color: #19FA85;
}
</style>
background-color css
<style>
a { background-color: #19FA85; }
a { background-color: rgb(25,250,133); }
div.DivClassName
{
background-color: #19FA85;
}
.BgClassName
{
background-color: #19FA85;
}
</style>
border-color css
<style>
span { border-color: #19FA85; }
span { border-color: rgb(25,250,133); }
td.TdClassName
{
border-color: #19FA85;
}
.TagClassName
{
border-color: #19FA85;
}
</style>