Shades of Caribbean Green #09CF8C
Tints of Caribbean Green #09CF8C
RGB
CMYK
RGB Variations
Color information
#09CF8C (or 0x09CF8C) is known color: Caribbean Green. HEX triplet: 09, CF and 8C. RGB value is (9,207,140). Sum of RGB (Red+Green+Blue) = 9+207+140=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CF8C is #F63073. Grayscale: #8C8C8C. Windows color (decimal): -16134260 or 9228041. OLE color: 9228041.
HSL color Cylindrical-coordinate representation of color #09CF8C: hue angle of 159.7º 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 #09CF8C is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 207 | 140 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.19 |
| HSL | 159.7º | 0.92% | 0.42% | - |
| HSV(B) | 159.7º | 0.96% | 0.81% | - |
| XYZ | 27.16 | 46.58 | 32.37 | - |
| YUV | 140.16 | 127.9 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 140 | 0.96 | 0 | 0.32 | 0.19 | 159.7 | 0.92 | 0.42 |
| Hex | 9 | CF | 8C | 60 | 0 | 20 | 13 | A0 | 5C | 2A |
| Octal | 11 | 317 | 214 | 140 | 0 | 40 | 23 | 240 | 134 | 52 |
| Binary | 1001 | 11001111 | 10001100 | 1100000 | 0 | 100000 | 10011 | 10100000 | 1011100 | 101010 |
Color Harmonies of #09CF8C
Complementary color
Monochromatic Colors of #09CF8C
Black with #09CF8C
Text Example
Text Example
White with #09CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CF8C; }
p { color: rgb(9,207,140); }
H1.HeaderClassName
{
color: #09CF8C;
}
.AnyTagClassName
{
color: #09CF8C;
}
</style>
background-color css
<style>
a { background-color: #09CF8C; }
a { background-color: rgb(9,207,140); }
div.DivClassName
{
background-color: #09CF8C;
}
.BgClassName
{
background-color: #09CF8C;
}
</style>
border-color css
<style>
span { border-color: #09CF8C; }
span { border-color: rgb(9,207,140); }
td.TdClassName
{
border-color: #09CF8C;
}
.TagClassName
{
border-color: #09CF8C;
}
</style>