Shades of Caribbean Green #09D996
Tints of Caribbean Green #09D996
RGB
CMYK
RGB Variations
Color information
#09D996 (or 0x09D996) is known color: Caribbean Green. HEX triplet: 09, D9 and 96. RGB value is (9,217,150). Sum of RGB (Red+Green+Blue) = 9+217+150=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #09D996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D996 is #F62669. Grayscale: #939393. Windows color (decimal): -16131690 or 9885961. OLE color: 9885961.
HSL color Cylindrical-coordinate representation of color #09D996: hue angle of 160.67º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D996 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 217 | 150 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.15 |
| HSL | 160.67º | 0.92% | 0.44% | - |
| HSV(B) | 160.67º | 0.96% | 0.85% | - |
| XYZ | 30.43 | 51.89 | 37.27 | - |
| YUV | 147.17 | 129.59 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 150 | 0.96 | 0 | 0.31 | 0.15 | 160.67 | 0.92 | 0.44 |
| Hex | 9 | D9 | 96 | 60 | 0 | 1F | F | A1 | 5C | 2C |
| Octal | 11 | 331 | 226 | 140 | 0 | 37 | 17 | 241 | 134 | 54 |
| Binary | 1001 | 11011001 | 10010110 | 1100000 | 0 | 11111 | 1111 | 10100001 | 1011100 | 101100 |
Color Harmonies of #09D996
Complementary color
Monochromatic Colors of #09D996
Black with #09D996
Text Example
Text Example
White with #09D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D996; }
p { color: rgb(9,217,150); }
H1.HeaderClassName
{
color: #09D996;
}
.AnyTagClassName
{
color: #09D996;
}
</style>
background-color css
<style>
a { background-color: #09D996; }
a { background-color: rgb(9,217,150); }
div.DivClassName
{
background-color: #09D996;
}
.BgClassName
{
background-color: #09D996;
}
</style>
border-color css
<style>
span { border-color: #09D996; }
span { border-color: rgb(9,217,150); }
td.TdClassName
{
border-color: #09D996;
}
.TagClassName
{
border-color: #09D996;
}
</style>