Shades of Spring Green #0CFB6C
Tints of Spring Green #0CFB6C
RGB
CMYK
RGB Variations
Color information
#0CFB6C (or 0x0CFB6C) is known color: Spring Green. HEX triplet: 0C, FB and 6C. RGB value is (12,251,108). Sum of RGB (Red+Green+Blue) = 12+251+108=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB6C is #F30493. Grayscale: #A3A3A3. Windows color (decimal): -15926420 or 7142156. OLE color: 7142156.
HSL color Cylindrical-coordinate representation of color #0CFB6C: hue angle of 144.1º 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 #0CFB6C is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 108 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.02 |
| HSL | 144.1º | 0.97% | 0.52% | - |
| HSV(B) | 144.1º | 0.95% | 0.98% | - |
| XYZ | 37.36 | 70.16 | 25.76 | - |
| YUV | 163.24 | 96.82 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 108 | 0.95 | 0 | 0.57 | 0.02 | 144.1 | 0.97 | 0.52 |
| Hex | C | FB | 6C | 5F | 0 | 39 | 2 | 90 | 61 | 34 |
| Octal | 14 | 373 | 154 | 137 | 0 | 71 | 2 | 220 | 141 | 64 |
| Binary | 1100 | 11111011 | 1101100 | 1011111 | 0 | 111001 | 10 | 10010000 | 1100001 | 110100 |
Color Harmonies of #0CFB6C
Complementary color
Monochromatic Colors of #0CFB6C
Black with #0CFB6C
Text Example
Text Example
White with #0CFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB6C; }
p { color: rgb(12,251,108); }
H1.HeaderClassName
{
color: #0CFB6C;
}
.AnyTagClassName
{
color: #0CFB6C;
}
</style>
background-color css
<style>
a { background-color: #0CFB6C; }
a { background-color: rgb(12,251,108); }
div.DivClassName
{
background-color: #0CFB6C;
}
.BgClassName
{
background-color: #0CFB6C;
}
</style>
border-color css
<style>
span { border-color: #0CFB6C; }
span { border-color: rgb(12,251,108); }
td.TdClassName
{
border-color: #0CFB6C;
}
.TagClassName
{
border-color: #0CFB6C;
}
</style>