Shades of Spring Green #0CFA82
Tints of Spring Green #0CFA82
RGB
CMYK
RGB Variations
Color information
#0CFA82 (or 0x0CFA82) is known color: Spring Green. HEX triplet: 0C, FA and 82. RGB value is (12,250,130). Sum of RGB (Red+Green+Blue) = 12+250+130=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFA82 is #F3057D. Grayscale: #A5A5A5. Windows color (decimal): -15926654 or 8583692. OLE color: 8583692.
HSL color Cylindrical-coordinate representation of color #0CFA82: hue angle of 149.75º 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 #0CFA82 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 130 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.02 |
| HSL | 149.75º | 0.96% | 0.51% | - |
| HSV(B) | 149.75º | 0.95% | 0.98% | - |
| XYZ | 38.37 | 70.06 | 32.62 | - |
| YUV | 165.16 | 108.15 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 130 | 0.95 | 0 | 0.48 | 0.02 | 149.75 | 0.96 | 0.51 |
| Hex | C | FA | 82 | 5F | 0 | 30 | 2 | 96 | 60 | 33 |
| Octal | 14 | 372 | 202 | 137 | 0 | 60 | 2 | 226 | 140 | 63 |
| Binary | 1100 | 11111010 | 10000010 | 1011111 | 0 | 110000 | 10 | 10010110 | 1100000 | 110011 |
Color Harmonies of #0CFA82
Complementary color
Monochromatic Colors of #0CFA82
Black with #0CFA82
Text Example
Text Example
White with #0CFA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA82; }
p { color: rgb(12,250,130); }
H1.HeaderClassName
{
color: #0CFA82;
}
.AnyTagClassName
{
color: #0CFA82;
}
</style>
background-color css
<style>
a { background-color: #0CFA82; }
a { background-color: rgb(12,250,130); }
div.DivClassName
{
background-color: #0CFA82;
}
.BgClassName
{
background-color: #0CFA82;
}
</style>
border-color css
<style>
span { border-color: #0CFA82; }
span { border-color: rgb(12,250,130); }
td.TdClassName
{
border-color: #0CFA82;
}
.TagClassName
{
border-color: #0CFA82;
}
</style>