Shades of Caribbean Green #12DC90
Tints of Caribbean Green #12DC90
RGB
CMYK
RGB Variations
Color information
#12DC90 (or 0x12DC90) is known color: Caribbean Green. HEX triplet: 12, DC and 90. RGB value is (18,220,144). Sum of RGB (Red+Green+Blue) = 18+220+144=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DC90 is #ED236F. Grayscale: #979797. Windows color (decimal): -15541104 or 9493522. OLE color: 9493522.
HSL color Cylindrical-coordinate representation of color #12DC90: hue angle of 157.43º 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 #12DC90 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 144 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.14 |
| HSL | 157.43º | 0.85% | 0.47% | - |
| HSV(B) | 157.43º | 0.92% | 0.86% | - |
| XYZ | 30.88 | 53.33 | 35.05 | - |
| YUV | 150.94 | 124.08 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 144 | 0.92 | 0 | 0.35 | 0.14 | 157.43 | 0.85 | 0.47 |
| Hex | 12 | DC | 90 | 5C | 0 | 23 | E | 9D | 55 | 2F |
| Octal | 22 | 334 | 220 | 134 | 0 | 43 | 16 | 235 | 125 | 57 |
| Binary | 10010 | 11011100 | 10010000 | 1011100 | 0 | 100011 | 1110 | 10011101 | 1010101 | 101111 |
Color Harmonies of #12DC90
Complementary color
Monochromatic Colors of #12DC90
Black with #12DC90
Text Example
Text Example
White with #12DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC90; }
p { color: rgb(18,220,144); }
H1.HeaderClassName
{
color: #12DC90;
}
.AnyTagClassName
{
color: #12DC90;
}
</style>
background-color css
<style>
a { background-color: #12DC90; }
a { background-color: rgb(18,220,144); }
div.DivClassName
{
background-color: #12DC90;
}
.BgClassName
{
background-color: #12DC90;
}
</style>
border-color css
<style>
span { border-color: #12DC90; }
span { border-color: rgb(18,220,144); }
td.TdClassName
{
border-color: #12DC90;
}
.TagClassName
{
border-color: #12DC90;
}
</style>