Shades of Spring Green #13F288
Tints of Spring Green #13F288
RGB
CMYK
RGB Variations
Color information
#13F288 (or 0x13F288) is known color: Spring Green. HEX triplet: 13, F2 and 88. RGB value is (19,242,136). Sum of RGB (Red+Green+Blue) = 19+242+136=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #13F288 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F288 is #EC0D77. Grayscale: #A3A3A3. Windows color (decimal): -15469944 or 8974867. OLE color: 8974867.
HSL color Cylindrical-coordinate representation of color #13F288: hue angle of 151.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F288 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 136 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.05 |
| HSL | 151.48º | 0.9% | 0.51% | - |
| HSV(B) | 151.48º | 0.92% | 0.95% | - |
| XYZ | 36.46 | 65.42 | 34 | - |
| YUV | 163.24 | 112.62 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 136 | 0.92 | 0 | 0.44 | 0.05 | 151.48 | 0.9 | 0.51 |
| Hex | 13 | F2 | 88 | 5C | 0 | 2C | 5 | 97 | 5A | 33 |
| Octal | 23 | 362 | 210 | 134 | 0 | 54 | 5 | 227 | 132 | 63 |
| Binary | 10011 | 11110010 | 10001000 | 1011100 | 0 | 101100 | 101 | 10010111 | 1011010 | 110011 |
Color Harmonies of #13F288
Complementary color
Monochromatic Colors of #13F288
Black with #13F288
Text Example
Text Example
White with #13F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F288; }
p { color: rgb(19,242,136); }
H1.HeaderClassName
{
color: #13F288;
}
.AnyTagClassName
{
color: #13F288;
}
</style>
background-color css
<style>
a { background-color: #13F288; }
a { background-color: rgb(19,242,136); }
div.DivClassName
{
background-color: #13F288;
}
.BgClassName
{
background-color: #13F288;
}
</style>
border-color css
<style>
span { border-color: #13F288; }
span { border-color: rgb(19,242,136); }
td.TdClassName
{
border-color: #13F288;
}
.TagClassName
{
border-color: #13F288;
}
</style>