Shades of Spring Green #0CEE6A
Tints of Spring Green #0CEE6A
RGB
CMYK
RGB Variations
Color information
#0CEE6A (or 0x0CEE6A) is known color: Spring Green. HEX triplet: 0C, EE and 6A. RGB value is (12,238,106). Sum of RGB (Red+Green+Blue) = 12+238+106=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 238 (93.36% from 255 or 66.85% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEE6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CEE6A is #F31195. Grayscale: #9B9B9B. Windows color (decimal): -15929750 or 7007756. OLE color: 7007756.
HSL color Cylindrical-coordinate representation of color #0CEE6A: hue angle of 144.96º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEE6A is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 106 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.07 |
| HSL | 144.96º | 0.9% | 0.49% | - |
| HSV(B) | 144.96º | 0.95% | 0.93% | - |
| XYZ | 33.33 | 62.27 | 23.9 | - |
| YUV | 155.38 | 100.13 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 106 | 0.95 | 0 | 0.55 | 0.07 | 144.96 | 0.9 | 0.49 |
| Hex | C | EE | 6A | 5F | 0 | 37 | 7 | 91 | 5A | 31 |
| Octal | 14 | 356 | 152 | 137 | 0 | 67 | 7 | 221 | 132 | 61 |
| Binary | 1100 | 11101110 | 1101010 | 1011111 | 0 | 110111 | 111 | 10010001 | 1011010 | 110001 |
Color Harmonies of #0CEE6A
Complementary color
Monochromatic Colors of #0CEE6A
Black with #0CEE6A
Text Example
Text Example
White with #0CEE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEE6A; }
p { color: rgb(12,238,106); }
H1.HeaderClassName
{
color: #0CEE6A;
}
.AnyTagClassName
{
color: #0CEE6A;
}
</style>
background-color css
<style>
a { background-color: #0CEE6A; }
a { background-color: rgb(12,238,106); }
div.DivClassName
{
background-color: #0CEE6A;
}
.BgClassName
{
background-color: #0CEE6A;
}
</style>
border-color css
<style>
span { border-color: #0CEE6A; }
span { border-color: rgb(12,238,106); }
td.TdClassName
{
border-color: #0CEE6A;
}
.TagClassName
{
border-color: #0CEE6A;
}
</style>