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