Shades of Caribbean Green #0CD48A
Tints of Caribbean Green #0CD48A
RGB
CMYK
RGB Variations
Color information
#0CD48A (or 0x0CD48A) is known color: Caribbean Green. HEX triplet: 0C, D4 and 8A. RGB value is (12,212,138). Sum of RGB (Red+Green+Blue) = 12+212+138=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 212 (83.20% from 255 or 58.56% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 212 - color contains mainly: green. Hex color #0CD48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD48A is #F32B75. Grayscale: #8F8F8F. Windows color (decimal): -15936374 or 9098252. OLE color: 9098252.
HSL color Cylindrical-coordinate representation of color #0CD48A: hue angle of 157.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD48A is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 212 | 138 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.17 |
| HSL | 157.8º | 0.89% | 0.44% | - |
| HSV(B) | 157.8º | 0.94% | 0.83% | - |
| XYZ | 28.28 | 49 | 32.01 | - |
| YUV | 143.76 | 124.74 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 212 | 138 | 0.94 | 0 | 0.35 | 0.17 | 157.8 | 0.89 | 0.44 |
| Hex | C | D4 | 8A | 5E | 0 | 23 | 11 | 9E | 59 | 2C |
| Octal | 14 | 324 | 212 | 136 | 0 | 43 | 21 | 236 | 131 | 54 |
| Binary | 1100 | 11010100 | 10001010 | 1011110 | 0 | 100011 | 10001 | 10011110 | 1011001 | 101100 |
Color Harmonies of #0CD48A
Complementary color
Monochromatic Colors of #0CD48A
Black with #0CD48A
Text Example
Text Example
White with #0CD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD48A; }
p { color: rgb(12,212,138); }
H1.HeaderClassName
{
color: #0CD48A;
}
.AnyTagClassName
{
color: #0CD48A;
}
</style>
background-color css
<style>
a { background-color: #0CD48A; }
a { background-color: rgb(12,212,138); }
div.DivClassName
{
background-color: #0CD48A;
}
.BgClassName
{
background-color: #0CD48A;
}
</style>
border-color css
<style>
span { border-color: #0CD48A; }
span { border-color: rgb(12,212,138); }
td.TdClassName
{
border-color: #0CD48A;
}
.TagClassName
{
border-color: #0CD48A;
}
</style>