Shades of Caribbean Green #09D695
Tints of Caribbean Green #09D695
RGB
CMYK
RGB Variations
Color information
#09D695 (or 0x09D695) is known color: Caribbean Green. HEX triplet: 09, D6 and 95. RGB value is (9,214,149). Sum of RGB (Red+Green+Blue) = 9+214+149=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #09D695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D695 is #F6296A. Grayscale: #919191. Windows color (decimal): -16132459 or 9819657. OLE color: 9819657.
HSL color Cylindrical-coordinate representation of color #09D695: hue angle of 160.98º 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 #09D695 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 149 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.16 |
| HSL | 160.98º | 0.92% | 0.44% | - |
| HSV(B) | 160.98º | 0.96% | 0.84% | - |
| XYZ | 29.58 | 50.32 | 36.59 | - |
| YUV | 145.3 | 130.08 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 149 | 0.96 | 0 | 0.30 | 0.16 | 160.98 | 0.92 | 0.44 |
| Hex | 9 | D6 | 95 | 60 | 0 | 1E | 10 | A1 | 5C | 2C |
| Octal | 11 | 326 | 225 | 140 | 0 | 36 | 20 | 241 | 134 | 54 |
| Binary | 1001 | 11010110 | 10010101 | 1100000 | 0 | 11110 | 10000 | 10100001 | 1011100 | 101100 |
Color Harmonies of #09D695
Complementary color
Monochromatic Colors of #09D695
Black with #09D695
Text Example
Text Example
White with #09D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D695; }
p { color: rgb(9,214,149); }
H1.HeaderClassName
{
color: #09D695;
}
.AnyTagClassName
{
color: #09D695;
}
</style>
background-color css
<style>
a { background-color: #09D695; }
a { background-color: rgb(9,214,149); }
div.DivClassName
{
background-color: #09D695;
}
.BgClassName
{
background-color: #09D695;
}
</style>
border-color css
<style>
span { border-color: #09D695; }
span { border-color: rgb(9,214,149); }
td.TdClassName
{
border-color: #09D695;
}
.TagClassName
{
border-color: #09D695;
}
</style>