Shades of Caribbean Green #09CB7F
Tints of Caribbean Green #09CB7F
RGB
CMYK
RGB Variations
Color information
#09CB7F (or 0x09CB7F) is known color: Caribbean Green. HEX triplet: 09, CB and 7F. RGB value is (9,203,127). Sum of RGB (Red+Green+Blue) = 9+203+127=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CB7F is #F63480. Grayscale: #888888. Windows color (decimal): -16135297 or 8375049. OLE color: 8375049.
HSL color Cylindrical-coordinate representation of color #09CB7F: hue angle of 156.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB7F is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 127 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.20 |
| HSL | 156.49º | 0.92% | 0.42% | - |
| HSV(B) | 156.49º | 0.96% | 0.8% | - |
| XYZ | 25.3 | 44.3 | 27.3 | - |
| YUV | 136.33 | 122.73 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 127 | 0.96 | 0 | 0.37 | 0.20 | 156.49 | 0.92 | 0.42 |
| Hex | 9 | CB | 7F | 60 | 0 | 25 | 14 | 9C | 5C | 2A |
| Octal | 11 | 313 | 177 | 140 | 0 | 45 | 24 | 234 | 134 | 52 |
| Binary | 1001 | 11001011 | 1111111 | 1100000 | 0 | 100101 | 10100 | 10011100 | 1011100 | 101010 |
Color Harmonies of #09CB7F
Complementary color
Monochromatic Colors of #09CB7F
Black with #09CB7F
Text Example
Text Example
White with #09CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB7F; }
p { color: rgb(9,203,127); }
H1.HeaderClassName
{
color: #09CB7F;
}
.AnyTagClassName
{
color: #09CB7F;
}
</style>
background-color css
<style>
a { background-color: #09CB7F; }
a { background-color: rgb(9,203,127); }
div.DivClassName
{
background-color: #09CB7F;
}
.BgClassName
{
background-color: #09CB7F;
}
</style>
border-color css
<style>
span { border-color: #09CB7F; }
span { border-color: rgb(9,203,127); }
td.TdClassName
{
border-color: #09CB7F;
}
.TagClassName
{
border-color: #09CB7F;
}
</style>