Shades of Caribbean Green #12DC8D
Tints of Caribbean Green #12DC8D
RGB
CMYK
RGB Variations
Color information
#12DC8D (or 0x12DC8D) is known color: Caribbean Green. HEX triplet: 12, DC and 8D. RGB value is (18,220,141). Sum of RGB (Red+Green+Blue) = 18+220+141=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC8D is #ED2372. Grayscale: #969696. Windows color (decimal): -15541107 or 9296914. OLE color: 9296914.
HSL color Cylindrical-coordinate representation of color #12DC8D: hue angle of 156.53º 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 #12DC8D is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 141 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.14 |
| HSL | 156.53º | 0.85% | 0.47% | - |
| HSV(B) | 156.53º | 0.92% | 0.86% | - |
| XYZ | 30.65 | 53.24 | 33.86 | - |
| YUV | 150.6 | 122.58 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 141 | 0.92 | 0 | 0.36 | 0.14 | 156.53 | 0.85 | 0.47 |
| Hex | 12 | DC | 8D | 5C | 0 | 24 | E | 9D | 55 | 2F |
| Octal | 22 | 334 | 215 | 134 | 0 | 44 | 16 | 235 | 125 | 57 |
| Binary | 10010 | 11011100 | 10001101 | 1011100 | 0 | 100100 | 1110 | 10011101 | 1010101 | 101111 |
Color Harmonies of #12DC8D
Complementary color
Monochromatic Colors of #12DC8D
Black with #12DC8D
Text Example
Text Example
White with #12DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC8D; }
p { color: rgb(18,220,141); }
H1.HeaderClassName
{
color: #12DC8D;
}
.AnyTagClassName
{
color: #12DC8D;
}
</style>
background-color css
<style>
a { background-color: #12DC8D; }
a { background-color: rgb(18,220,141); }
div.DivClassName
{
background-color: #12DC8D;
}
.BgClassName
{
background-color: #12DC8D;
}
</style>
border-color css
<style>
span { border-color: #12DC8D; }
span { border-color: rgb(18,220,141); }
td.TdClassName
{
border-color: #12DC8D;
}
.TagClassName
{
border-color: #12DC8D;
}
</style>