Shades of Caribbean Green #12D68A
Tints of Caribbean Green #12D68A
RGB
CMYK
RGB Variations
Color information
#12D68A (or 0x12D68A) is known color: Caribbean Green. HEX triplet: 12, D6 and 8A. RGB value is (18,214,138). Sum of RGB (Red+Green+Blue) = 18+214+138=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #12D68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D68A is #ED2975. Grayscale: #929292. Windows color (decimal): -15542646 or 9098770. OLE color: 9098770.
HSL color Cylindrical-coordinate representation of color #12D68A: hue angle of 156.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D68A is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 214 | 138 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.16 |
| HSL | 156.73º | 0.84% | 0.45% | - |
| HSV(B) | 156.73º | 0.92% | 0.84% | - |
| XYZ | 28.88 | 50.06 | 32.18 | - |
| YUV | 146.73 | 123.07 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 214 | 138 | 0.92 | 0 | 0.36 | 0.16 | 156.73 | 0.84 | 0.45 |
| Hex | 12 | D6 | 8A | 5C | 0 | 24 | 10 | 9D | 54 | 2D |
| Octal | 22 | 326 | 212 | 134 | 0 | 44 | 20 | 235 | 124 | 55 |
| Binary | 10010 | 11010110 | 10001010 | 1011100 | 0 | 100100 | 10000 | 10011101 | 1010100 | 101101 |
Color Harmonies of #12D68A
Complementary color
Monochromatic Colors of #12D68A
Black with #12D68A
Text Example
Text Example
White with #12D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D68A; }
p { color: rgb(18,214,138); }
H1.HeaderClassName
{
color: #12D68A;
}
.AnyTagClassName
{
color: #12D68A;
}
</style>
background-color css
<style>
a { background-color: #12D68A; }
a { background-color: rgb(18,214,138); }
div.DivClassName
{
background-color: #12D68A;
}
.BgClassName
{
background-color: #12D68A;
}
</style>
border-color css
<style>
span { border-color: #12D68A; }
span { border-color: rgb(18,214,138); }
td.TdClassName
{
border-color: #12D68A;
}
.TagClassName
{
border-color: #12D68A;
}
</style>