Shades of Caribbean Green #09CE8D
Tints of Caribbean Green #09CE8D
RGB
CMYK
RGB Variations
Color information
#09CE8D (or 0x09CE8D) is known color: Caribbean Green. HEX triplet: 09, CE and 8D. RGB value is (9,206,141). Sum of RGB (Red+Green+Blue) = 9+206+141=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #09CE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CE8D is #F63172. Grayscale: #8B8B8B. Windows color (decimal): -16134515 or 9293321. OLE color: 9293321.
HSL color Cylindrical-coordinate representation of color #09CE8D: hue angle of 160.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CE8D is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 206 | 141 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.19 |
| HSL | 160.2º | 0.92% | 0.42% | - |
| HSV(B) | 160.2º | 0.96% | 0.81% | - |
| XYZ | 26.99 | 46.12 | 32.68 | - |
| YUV | 139.69 | 128.73 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 141 | 0.96 | 0 | 0.32 | 0.19 | 160.2 | 0.92 | 0.42 |
| Hex | 9 | CE | 8D | 60 | 0 | 20 | 13 | A0 | 5C | 2A |
| Octal | 11 | 316 | 215 | 140 | 0 | 40 | 23 | 240 | 134 | 52 |
| Binary | 1001 | 11001110 | 10001101 | 1100000 | 0 | 100000 | 10011 | 10100000 | 1011100 | 101010 |
Color Harmonies of #09CE8D
Complementary color
Monochromatic Colors of #09CE8D
Black with #09CE8D
Text Example
Text Example
White with #09CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CE8D; }
p { color: rgb(9,206,141); }
H1.HeaderClassName
{
color: #09CE8D;
}
.AnyTagClassName
{
color: #09CE8D;
}
</style>
background-color css
<style>
a { background-color: #09CE8D; }
a { background-color: rgb(9,206,141); }
div.DivClassName
{
background-color: #09CE8D;
}
.BgClassName
{
background-color: #09CE8D;
}
</style>
border-color css
<style>
span { border-color: #09CE8D; }
span { border-color: rgb(9,206,141); }
td.TdClassName
{
border-color: #09CE8D;
}
.TagClassName
{
border-color: #09CE8D;
}
</style>