Shades of Caribbean Green #09D69C
Tints of Caribbean Green #09D69C
RGB
CMYK
RGB Variations
Color information
#09D69C (or 0x09D69C) is known color: Caribbean Green. HEX triplet: 09, D6 and 9C. RGB value is (9,214,156). Sum of RGB (Red+Green+Blue) = 9+214+156=379 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #09D69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D69C is #F62963. Grayscale: #929292. Windows color (decimal): -16132452 or 10278409. OLE color: 10278409.
HSL color Cylindrical-coordinate representation of color #09D69C: hue angle of 163.02º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D69C is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 156 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.16 |
| HSL | 163.02º | 0.92% | 0.44% | - |
| HSV(B) | 163.02º | 0.96% | 0.84% | - |
| XYZ | 30.16 | 50.55 | 39.62 | - |
| YUV | 146.09 | 133.58 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 156 | 0.96 | 0 | 0.27 | 0.16 | 163.02 | 0.92 | 0.44 |
| Hex | 9 | D6 | 9C | 60 | 0 | 1B | 10 | A3 | 5C | 2C |
| Octal | 11 | 326 | 234 | 140 | 0 | 33 | 20 | 243 | 134 | 54 |
| Binary | 1001 | 11010110 | 10011100 | 1100000 | 0 | 11011 | 10000 | 10100011 | 1011100 | 101100 |
Color Harmonies of #09D69C
Complementary color
Monochromatic Colors of #09D69C
Black with #09D69C
Text Example
Text Example
White with #09D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D69C; }
p { color: rgb(9,214,156); }
H1.HeaderClassName
{
color: #09D69C;
}
.AnyTagClassName
{
color: #09D69C;
}
</style>
background-color css
<style>
a { background-color: #09D69C; }
a { background-color: rgb(9,214,156); }
div.DivClassName
{
background-color: #09D69C;
}
.BgClassName
{
background-color: #09D69C;
}
</style>
border-color css
<style>
span { border-color: #09D69C; }
span { border-color: rgb(9,214,156); }
td.TdClassName
{
border-color: #09D69C;
}
.TagClassName
{
border-color: #09D69C;
}
</style>