Shades of Caribbean Green #12DC9A
Tints of Caribbean Green #12DC9A
RGB
CMYK
RGB Variations
Color information
#12DC9A (or 0x12DC9A) is known color: Caribbean Green. HEX triplet: 12, DC and 9A. RGB value is (18,220,154). Sum of RGB (Red+Green+Blue) = 18+220+154=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC9A is #ED2365. Grayscale: #989898. Windows color (decimal): -15541094 or 10148882. OLE color: 10148882.
HSL color Cylindrical-coordinate representation of color #12DC9A: hue angle of 160.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC9A is Cyan = 0.92, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 154 | - |
| CMYK | 0.92 | 0 | 0.3 | 0.14 |
| HSL | 160.4º | 0.85% | 0.47% | - |
| HSV(B) | 160.4º | 0.92% | 0.86% | - |
| XYZ | 31.68 | 53.65 | 39.26 | - |
| YUV | 152.08 | 129.08 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 154 | 0.92 | 0 | 0.3 | 0.14 | 160.4 | 0.85 | 0.47 |
| Hex | 12 | DC | 9A | 5C | 0 | 1E | E | A0 | 55 | 2F |
| Octal | 22 | 334 | 232 | 134 | 0 | 36 | 16 | 240 | 125 | 57 |
| Binary | 10010 | 11011100 | 10011010 | 1011100 | 0 | 11110 | 1110 | 10100000 | 1010101 | 101111 |
Color Harmonies of #12DC9A
Complementary color
Monochromatic Colors of #12DC9A
Black with #12DC9A
Text Example
Text Example
White with #12DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC9A; }
p { color: rgb(18,220,154); }
H1.HeaderClassName
{
color: #12DC9A;
}
.AnyTagClassName
{
color: #12DC9A;
}
</style>
background-color css
<style>
a { background-color: #12DC9A; }
a { background-color: rgb(18,220,154); }
div.DivClassName
{
background-color: #12DC9A;
}
.BgClassName
{
background-color: #12DC9A;
}
</style>
border-color css
<style>
span { border-color: #12DC9A; }
span { border-color: rgb(18,220,154); }
td.TdClassName
{
border-color: #12DC9A;
}
.TagClassName
{
border-color: #12DC9A;
}
</style>