Shades of Caribbean Green #12E18A
Tints of Caribbean Green #12E18A
RGB
CMYK
RGB Variations
Color information
#12E18A (or 0x12E18A) is known color: Caribbean Green. HEX triplet: 12, E1 and 8A. RGB value is (18,225,138). Sum of RGB (Red+Green+Blue) = 18+225+138=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #12E18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E18A is #ED1E75. Grayscale: #999999. Windows color (decimal): -15539830 or 9101586. OLE color: 9101586.
HSL color Cylindrical-coordinate representation of color #12E18A: hue angle of 154.78º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E18A is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 225 | 138 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.12 |
| HSL | 154.78º | 0.85% | 0.48% | - |
| HSV(B) | 154.78º | 0.92% | 0.88% | - |
| XYZ | 31.76 | 55.81 | 33.14 | - |
| YUV | 153.19 | 119.42 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 225 | 138 | 0.92 | 0 | 0.39 | 0.12 | 154.78 | 0.85 | 0.48 |
| Hex | 12 | E1 | 8A | 5C | 0 | 27 | C | 9B | 55 | 30 |
| Octal | 22 | 341 | 212 | 134 | 0 | 47 | 14 | 233 | 125 | 60 |
| Binary | 10010 | 11100001 | 10001010 | 1011100 | 0 | 100111 | 1100 | 10011011 | 1010101 | 110000 |
Color Harmonies of #12E18A
Complementary color
Monochromatic Colors of #12E18A
Black with #12E18A
Text Example
Text Example
White with #12E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E18A; }
p { color: rgb(18,225,138); }
H1.HeaderClassName
{
color: #12E18A;
}
.AnyTagClassName
{
color: #12E18A;
}
</style>
background-color css
<style>
a { background-color: #12E18A; }
a { background-color: rgb(18,225,138); }
div.DivClassName
{
background-color: #12E18A;
}
.BgClassName
{
background-color: #12E18A;
}
</style>
border-color css
<style>
span { border-color: #12E18A; }
span { border-color: rgb(18,225,138); }
td.TdClassName
{
border-color: #12E18A;
}
.TagClassName
{
border-color: #12E18A;
}
</style>