Shades of Spring Green #0CFA8A
Tints of Spring Green #0CFA8A
RGB
CMYK
RGB Variations
Color information
#0CFA8A (or 0x0CFA8A) is known color: Spring Green. HEX triplet: 0C, FA and 8A. RGB value is (12,250,138). Sum of RGB (Red+Green+Blue) = 12+250+138=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFA8A is #F30575. Grayscale: #A6A6A6. Windows color (decimal): -15926646 or 9107980. OLE color: 9107980.
HSL color Cylindrical-coordinate representation of color #0CFA8A: hue angle of 151.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFA8A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 138 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.02 |
| HSL | 151.76º | 0.96% | 0.51% | - |
| HSV(B) | 151.76º | 0.95% | 0.98% | - |
| XYZ | 38.92 | 70.28 | 35.56 | - |
| YUV | 166.07 | 112.15 | 18.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 138 | 0.95 | 0 | 0.45 | 0.02 | 151.76 | 0.96 | 0.51 |
| Hex | C | FA | 8A | 5F | 0 | 2D | 2 | 98 | 60 | 33 |
| Octal | 14 | 372 | 212 | 137 | 0 | 55 | 2 | 230 | 140 | 63 |
| Binary | 1100 | 11111010 | 10001010 | 1011111 | 0 | 101101 | 10 | 10011000 | 1100000 | 110011 |
Color Harmonies of #0CFA8A
Complementary color
Monochromatic Colors of #0CFA8A
Black with #0CFA8A
Text Example
Text Example
White with #0CFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA8A; }
p { color: rgb(12,250,138); }
H1.HeaderClassName
{
color: #0CFA8A;
}
.AnyTagClassName
{
color: #0CFA8A;
}
</style>
background-color css
<style>
a { background-color: #0CFA8A; }
a { background-color: rgb(12,250,138); }
div.DivClassName
{
background-color: #0CFA8A;
}
.BgClassName
{
background-color: #0CFA8A;
}
</style>
border-color css
<style>
span { border-color: #0CFA8A; }
span { border-color: rgb(12,250,138); }
td.TdClassName
{
border-color: #0CFA8A;
}
.TagClassName
{
border-color: #0CFA8A;
}
</style>