Shades of Caribbean Green #12D286
Tints of Caribbean Green #12D286
RGB
CMYK
RGB Variations
Color information
#12D286 (or 0x12D286) is known color: Caribbean Green. HEX triplet: 12, D2 and 86. RGB value is (18,210,134). Sum of RGB (Red+Green+Blue) = 18+210+134=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #12D286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D286 is #ED2D79. Grayscale: #909090. Windows color (decimal): -15543674 or 8835602. OLE color: 8835602.
HSL color Cylindrical-coordinate representation of color #12D286: hue angle of 156.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D286 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 134 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.18 |
| HSL | 156.25º | 0.84% | 0.45% | - |
| HSV(B) | 156.25º | 0.91% | 0.82% | - |
| XYZ | 27.6 | 47.94 | 30.35 | - |
| YUV | 143.93 | 122.39 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 134 | 0.91 | 0 | 0.36 | 0.18 | 156.25 | 0.84 | 0.45 |
| Hex | 12 | D2 | 86 | 5B | 0 | 24 | 12 | 9C | 54 | 2D |
| Octal | 22 | 322 | 206 | 133 | 0 | 44 | 22 | 234 | 124 | 55 |
| Binary | 10010 | 11010010 | 10000110 | 1011011 | 0 | 100100 | 10010 | 10011100 | 1010100 | 101101 |
Color Harmonies of #12D286
Complementary color
Monochromatic Colors of #12D286
Black with #12D286
Text Example
Text Example
White with #12D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D286; }
p { color: rgb(18,210,134); }
H1.HeaderClassName
{
color: #12D286;
}
.AnyTagClassName
{
color: #12D286;
}
</style>
background-color css
<style>
a { background-color: #12D286; }
a { background-color: rgb(18,210,134); }
div.DivClassName
{
background-color: #12D286;
}
.BgClassName
{
background-color: #12D286;
}
</style>
border-color css
<style>
span { border-color: #12D286; }
span { border-color: rgb(18,210,134); }
td.TdClassName
{
border-color: #12D286;
}
.TagClassName
{
border-color: #12D286;
}
</style>