Shades of Caribbean Green #09DD96
Tints of Caribbean Green #09DD96
RGB
CMYK
RGB Variations
Color information
#09DD96 (or 0x09DD96) is known color: Caribbean Green. HEX triplet: 09, DD and 96. RGB value is (9,221,150). Sum of RGB (Red+Green+Blue) = 9+221+150=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #09DD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DD96 is #F62269. Grayscale: #959595. Windows color (decimal): -16130666 or 9886985. OLE color: 9886985.
HSL color Cylindrical-coordinate representation of color #09DD96: hue angle of 159.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DD96 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 221 | 150 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.13 |
| HSL | 159.91º | 0.92% | 0.45% | - |
| HSV(B) | 159.91º | 0.96% | 0.87% | - |
| XYZ | 31.47 | 53.97 | 37.61 | - |
| YUV | 149.52 | 128.26 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 221 | 150 | 0.96 | 0 | 0.32 | 0.13 | 159.91 | 0.92 | 0.45 |
| Hex | 9 | DD | 96 | 60 | 0 | 20 | D | A0 | 5C | 2D |
| Octal | 11 | 335 | 226 | 140 | 0 | 40 | 15 | 240 | 134 | 55 |
| Binary | 1001 | 11011101 | 10010110 | 1100000 | 0 | 100000 | 1101 | 10100000 | 1011100 | 101101 |
Color Harmonies of #09DD96
Complementary color
Monochromatic Colors of #09DD96
Black with #09DD96
Text Example
Text Example
White with #09DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DD96; }
p { color: rgb(9,221,150); }
H1.HeaderClassName
{
color: #09DD96;
}
.AnyTagClassName
{
color: #09DD96;
}
</style>
background-color css
<style>
a { background-color: #09DD96; }
a { background-color: rgb(9,221,150); }
div.DivClassName
{
background-color: #09DD96;
}
.BgClassName
{
background-color: #09DD96;
}
</style>
border-color css
<style>
span { border-color: #09DD96; }
span { border-color: rgb(9,221,150); }
td.TdClassName
{
border-color: #09DD96;
}
.TagClassName
{
border-color: #09DD96;
}
</style>