Shades of Caribbean Green #09C095
Tints of Caribbean Green #09C095
RGB
CMYK
RGB Variations
Color information
#09C095 (or 0x09C095) is known color: Caribbean Green. HEX triplet: 09, C0 and 95. RGB value is (9,192,149). Sum of RGB (Red+Green+Blue) = 9+192+149=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #09C095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C095 is #F63F6A. Grayscale: #848484. Windows color (decimal): -16138091 or 9814025. OLE color: 9814025.
HSL color Cylindrical-coordinate representation of color #09C095: hue angle of 165.9º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C095 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 149 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.25 |
| HSL | 165.9º | 0.91% | 0.39% | - |
| HSV(B) | 165.9º | 0.95% | 0.75% | - |
| XYZ | 24.39 | 39.93 | 34.86 | - |
| YUV | 132.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 149 | 0.95 | 0 | 0.22 | 0.25 | 165.9 | 0.91 | 0.39 |
| Hex | 9 | C0 | 95 | 5F | 0 | 16 | 19 | A6 | 5B | 27 |
| Octal | 11 | 300 | 225 | 137 | 0 | 26 | 31 | 246 | 133 | 47 |
| Binary | 1001 | 11000000 | 10010101 | 1011111 | 0 | 10110 | 11001 | 10100110 | 1011011 | 100111 |
Color Harmonies of #09C095
Complementary color
Monochromatic Colors of #09C095
Black with #09C095
Text Example
Text Example
White with #09C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C095; }
p { color: rgb(9,192,149); }
H1.HeaderClassName
{
color: #09C095;
}
.AnyTagClassName
{
color: #09C095;
}
</style>
background-color css
<style>
a { background-color: #09C095; }
a { background-color: rgb(9,192,149); }
div.DivClassName
{
background-color: #09C095;
}
.BgClassName
{
background-color: #09C095;
}
</style>
border-color css
<style>
span { border-color: #09C095; }
span { border-color: rgb(9,192,149); }
td.TdClassName
{
border-color: #09C095;
}
.TagClassName
{
border-color: #09C095;
}
</style>