Shades of Spring Green #0CE383
Tints of Spring Green #0CE383
RGB
CMYK
RGB Variations
Color information
#0CE383 (or 0x0CE383) is known color: Spring Green. HEX triplet: 0C, E3 and 83. RGB value is (12,227,131). Sum of RGB (Red+Green+Blue) = 12+227+131=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE383 is #F31C7C. Grayscale: #979797. Windows color (decimal): -15932541 or 8643340. OLE color: 8643340.
HSL color Cylindrical-coordinate representation of color #0CE383: hue angle of 153.21º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE383 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 131 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.11 |
| HSL | 153.21º | 0.9% | 0.47% | - |
| HSV(B) | 153.21º | 0.95% | 0.89% | - |
| XYZ | 31.72 | 56.66 | 30.74 | - |
| YUV | 151.77 | 116.27 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 131 | 0.95 | 0 | 0.42 | 0.11 | 153.21 | 0.9 | 0.47 |
| Hex | C | E3 | 83 | 5F | 0 | 2A | B | 99 | 5A | 2F |
| Octal | 14 | 343 | 203 | 137 | 0 | 52 | 13 | 231 | 132 | 57 |
| Binary | 1100 | 11100011 | 10000011 | 1011111 | 0 | 101010 | 1011 | 10011001 | 1011010 | 101111 |
Color Harmonies of #0CE383
Complementary color
Monochromatic Colors of #0CE383
Black with #0CE383
Text Example
Text Example
White with #0CE383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE383; }
p { color: rgb(12,227,131); }
H1.HeaderClassName
{
color: #0CE383;
}
.AnyTagClassName
{
color: #0CE383;
}
</style>
background-color css
<style>
a { background-color: #0CE383; }
a { background-color: rgb(12,227,131); }
div.DivClassName
{
background-color: #0CE383;
}
.BgClassName
{
background-color: #0CE383;
}
</style>
border-color css
<style>
span { border-color: #0CE383; }
span { border-color: rgb(12,227,131); }
td.TdClassName
{
border-color: #0CE383;
}
.TagClassName
{
border-color: #0CE383;
}
</style>