Shades of Spring Green #0CDE7A
Tints of Spring Green #0CDE7A
RGB
CMYK
RGB Variations
Color information
#0CDE7A (or 0x0CDE7A) is known color: Spring Green. HEX triplet: 0C, DE and 7A. RGB value is (12,222,122). Sum of RGB (Red+Green+Blue) = 12+222+122=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 222 (87.11% from 255 or 62.36% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDE7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDE7A is #F32185. Grayscale: #939393. Windows color (decimal): -15933830 or 8052236. OLE color: 8052236.
HSL color Cylindrical-coordinate representation of color #0CDE7A: hue angle of 151.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDE7A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 222 | 122 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.13 |
| HSL | 151.43º | 0.9% | 0.46% | - |
| HSV(B) | 151.43º | 0.95% | 0.87% | - |
| XYZ | 29.79 | 53.73 | 27.21 | - |
| YUV | 147.81 | 113.43 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 122 | 0.95 | 0 | 0.45 | 0.13 | 151.43 | 0.9 | 0.46 |
| Hex | C | DE | 7A | 5F | 0 | 2D | D | 97 | 5A | 2E |
| Octal | 14 | 336 | 172 | 137 | 0 | 55 | 15 | 227 | 132 | 56 |
| Binary | 1100 | 11011110 | 1111010 | 1011111 | 0 | 101101 | 1101 | 10010111 | 1011010 | 101110 |
Color Harmonies of #0CDE7A
Complementary color
Monochromatic Colors of #0CDE7A
Black with #0CDE7A
Text Example
Text Example
White with #0CDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDE7A; }
p { color: rgb(12,222,122); }
H1.HeaderClassName
{
color: #0CDE7A;
}
.AnyTagClassName
{
color: #0CDE7A;
}
</style>
background-color css
<style>
a { background-color: #0CDE7A; }
a { background-color: rgb(12,222,122); }
div.DivClassName
{
background-color: #0CDE7A;
}
.BgClassName
{
background-color: #0CDE7A;
}
</style>
border-color css
<style>
span { border-color: #0CDE7A; }
span { border-color: rgb(12,222,122); }
td.TdClassName
{
border-color: #0CDE7A;
}
.TagClassName
{
border-color: #0CDE7A;
}
</style>