Shades of Spring Green #0CFB89
Tints of Spring Green #0CFB89
RGB
CMYK
RGB Variations
Color information
#0CFB89 (or 0x0CFB89) is known color: Spring Green. HEX triplet: 0C, FB and 89. RGB value is (12,251,137). Sum of RGB (Red+Green+Blue) = 12+251+137=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFB89 is #F30476. Grayscale: #A6A6A6. Windows color (decimal): -15926391 or 9042700. OLE color: 9042700.
HSL color Cylindrical-coordinate representation of color #0CFB89: hue angle of 151.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFB89 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 137 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.02 |
| HSL | 151.38º | 0.97% | 0.52% | - |
| HSV(B) | 151.38º | 0.95% | 0.98% | - |
| XYZ | 39.16 | 70.88 | 35.28 | - |
| YUV | 166.54 | 111.32 | 17.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 137 | 0.95 | 0 | 0.45 | 0.02 | 151.38 | 0.97 | 0.52 |
| Hex | C | FB | 89 | 5F | 0 | 2D | 2 | 97 | 61 | 34 |
| Octal | 14 | 373 | 211 | 137 | 0 | 55 | 2 | 227 | 141 | 64 |
| Binary | 1100 | 11111011 | 10001001 | 1011111 | 0 | 101101 | 10 | 10010111 | 1100001 | 110100 |
Color Harmonies of #0CFB89
Complementary color
Monochromatic Colors of #0CFB89
Black with #0CFB89
Text Example
Text Example
White with #0CFB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB89; }
p { color: rgb(12,251,137); }
H1.HeaderClassName
{
color: #0CFB89;
}
.AnyTagClassName
{
color: #0CFB89;
}
</style>
background-color css
<style>
a { background-color: #0CFB89; }
a { background-color: rgb(12,251,137); }
div.DivClassName
{
background-color: #0CFB89;
}
.BgClassName
{
background-color: #0CFB89;
}
</style>
border-color css
<style>
span { border-color: #0CFB89; }
span { border-color: rgb(12,251,137); }
td.TdClassName
{
border-color: #0CFB89;
}
.TagClassName
{
border-color: #0CFB89;
}
</style>