Shades of Caribbean Green #09D69D
Tints of Caribbean Green #09D69D
RGB
CMYK
RGB Variations
Color information
#09D69D (or 0x09D69D) is known color: Caribbean Green. HEX triplet: 09, D6 and 9D. RGB value is (9,214,157). Sum of RGB (Red+Green+Blue) = 9+214+157=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #09D69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D69D is #F62962. Grayscale: #929292. Windows color (decimal): -16132451 or 10343945. OLE color: 10343945.
HSL color Cylindrical-coordinate representation of color #09D69D: hue angle of 163.32º 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 #09D69D is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 157 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.16 |
| HSL | 163.32º | 0.92% | 0.44% | - |
| HSV(B) | 163.32º | 0.96% | 0.84% | - |
| XYZ | 30.25 | 50.59 | 40.07 | - |
| YUV | 146.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 157 | 0.96 | 0 | 0.27 | 0.16 | 163.32 | 0.92 | 0.44 |
| Hex | 9 | D6 | 9D | 60 | 0 | 1B | 10 | A3 | 5C | 2C |
| Octal | 11 | 326 | 235 | 140 | 0 | 33 | 20 | 243 | 134 | 54 |
| Binary | 1001 | 11010110 | 10011101 | 1100000 | 0 | 11011 | 10000 | 10100011 | 1011100 | 101100 |
Color Harmonies of #09D69D
Complementary color
Monochromatic Colors of #09D69D
Black with #09D69D
Text Example
Text Example
White with #09D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D69D; }
p { color: rgb(9,214,157); }
H1.HeaderClassName
{
color: #09D69D;
}
.AnyTagClassName
{
color: #09D69D;
}
</style>
background-color css
<style>
a { background-color: #09D69D; }
a { background-color: rgb(9,214,157); }
div.DivClassName
{
background-color: #09D69D;
}
.BgClassName
{
background-color: #09D69D;
}
</style>
border-color css
<style>
span { border-color: #09D69D; }
span { border-color: rgb(9,214,157); }
td.TdClassName
{
border-color: #09D69D;
}
.TagClassName
{
border-color: #09D69D;
}
</style>