Shades of Caribbean Green #12C39D
Tints of Caribbean Green #12C39D
RGB
CMYK
RGB Variations
Color information
#12C39D (or 0x12C39D) is known color: Caribbean Green. HEX triplet: 12, C3 and 9D. RGB value is (18,195,157). Sum of RGB (Red+Green+Blue) = 18+195+157=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #12C39D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C39D is #ED3C62. Grayscale: #898989. Windows color (decimal): -15547491 or 10339090. OLE color: 10339090.
HSL color Cylindrical-coordinate representation of color #12C39D: hue angle of 167.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C39D is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 195 | 157 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.24 |
| HSL | 167.12º | 0.83% | 0.42% | - |
| HSV(B) | 167.12º | 0.91% | 0.76% | - |
| XYZ | 25.85 | 41.59 | 38.56 | - |
| YUV | 137.75 | 138.86 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 195 | 157 | 0.91 | 0 | 0.19 | 0.24 | 167.12 | 0.83 | 0.42 |
| Hex | 12 | C3 | 9D | 5B | 0 | 13 | 18 | A7 | 53 | 2A |
| Octal | 22 | 303 | 235 | 133 | 0 | 23 | 30 | 247 | 123 | 52 |
| Binary | 10010 | 11000011 | 10011101 | 1011011 | 0 | 10011 | 11000 | 10100111 | 1010011 | 101010 |
Color Harmonies of #12C39D
Complementary color
Monochromatic Colors of #12C39D
Black with #12C39D
Text Example
Text Example
White with #12C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C39D; }
p { color: rgb(18,195,157); }
H1.HeaderClassName
{
color: #12C39D;
}
.AnyTagClassName
{
color: #12C39D;
}
</style>
background-color css
<style>
a { background-color: #12C39D; }
a { background-color: rgb(18,195,157); }
div.DivClassName
{
background-color: #12C39D;
}
.BgClassName
{
background-color: #12C39D;
}
</style>
border-color css
<style>
span { border-color: #12C39D; }
span { border-color: rgb(18,195,157); }
td.TdClassName
{
border-color: #12C39D;
}
.TagClassName
{
border-color: #12C39D;
}
</style>