Shades of Caribbean Green #0CD28C
Tints of Caribbean Green #0CD28C
RGB
CMYK
RGB Variations
Color information
#0CD28C (or 0x0CD28C) is known color: Caribbean Green. HEX triplet: 0C, D2 and 8C. RGB value is (12,210,140). Sum of RGB (Red+Green+Blue) = 12+210+140=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD28C is #F32D73. Grayscale: #8E8E8E. Windows color (decimal): -15936884 or 9228812. OLE color: 9228812.
HSL color Cylindrical-coordinate representation of color #0CD28C: hue angle of 158.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD28C is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 140 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.18 |
| HSL | 158.79º | 0.89% | 0.44% | - |
| HSV(B) | 158.79º | 0.94% | 0.82% | - |
| XYZ | 27.93 | 48.06 | 32.62 | - |
| YUV | 142.82 | 126.4 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 140 | 0.94 | 0 | 0.33 | 0.18 | 158.79 | 0.89 | 0.44 |
| Hex | C | D2 | 8C | 5E | 0 | 21 | 12 | 9F | 59 | 2C |
| Octal | 14 | 322 | 214 | 136 | 0 | 41 | 22 | 237 | 131 | 54 |
| Binary | 1100 | 11010010 | 10001100 | 1011110 | 0 | 100001 | 10010 | 10011111 | 1011001 | 101100 |
Color Harmonies of #0CD28C
Complementary color
Monochromatic Colors of #0CD28C
Black with #0CD28C
Text Example
Text Example
White with #0CD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD28C; }
p { color: rgb(12,210,140); }
H1.HeaderClassName
{
color: #0CD28C;
}
.AnyTagClassName
{
color: #0CD28C;
}
</style>
background-color css
<style>
a { background-color: #0CD28C; }
a { background-color: rgb(12,210,140); }
div.DivClassName
{
background-color: #0CD28C;
}
.BgClassName
{
background-color: #0CD28C;
}
</style>
border-color css
<style>
span { border-color: #0CD28C; }
span { border-color: rgb(12,210,140); }
td.TdClassName
{
border-color: #0CD28C;
}
.TagClassName
{
border-color: #0CD28C;
}
</style>