Shades of Spring Green #0CFD8B
Tints of Spring Green #0CFD8B
RGB
CMYK
RGB Variations
Color information
#0CFD8B (or 0x0CFD8B) is known color: Spring Green. HEX triplet: 0C, FD and 8B. RGB value is (12,253,139). Sum of RGB (Red+Green+Blue) = 12+253+139=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFD8B is #F30274. Grayscale: #A8A8A8. Windows color (decimal): -15925877 or 9174284. OLE color: 9174284.
HSL color Cylindrical-coordinate representation of color #0CFD8B: hue angle of 151.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFD8B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 253 | 139 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.01 |
| HSL | 151.62º | 0.98% | 0.52% | - |
| HSV(B) | 151.62º | 0.95% | 0.99% | - |
| XYZ | 39.94 | 72.19 | 36.26 | - |
| YUV | 167.95 | 111.66 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 253 | 139 | 0.95 | 0 | 0.45 | 0.01 | 151.62 | 0.98 | 0.52 |
| Hex | C | FD | 8B | 5F | 0 | 2D | 1 | 98 | 62 | 34 |
| Octal | 14 | 375 | 213 | 137 | 0 | 55 | 1 | 230 | 142 | 64 |
| Binary | 1100 | 11111101 | 10001011 | 1011111 | 0 | 101101 | 1 | 10011000 | 1100010 | 110100 |
Color Harmonies of #0CFD8B
Complementary color
Monochromatic Colors of #0CFD8B
Black with #0CFD8B
Text Example
Text Example
White with #0CFD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFD8B; }
p { color: rgb(12,253,139); }
H1.HeaderClassName
{
color: #0CFD8B;
}
.AnyTagClassName
{
color: #0CFD8B;
}
</style>
background-color css
<style>
a { background-color: #0CFD8B; }
a { background-color: rgb(12,253,139); }
div.DivClassName
{
background-color: #0CFD8B;
}
.BgClassName
{
background-color: #0CFD8B;
}
</style>
border-color css
<style>
span { border-color: #0CFD8B; }
span { border-color: rgb(12,253,139); }
td.TdClassName
{
border-color: #0CFD8B;
}
.TagClassName
{
border-color: #0CFD8B;
}
</style>