Shades of Caribbean Green #09DA8C
Tints of Caribbean Green #09DA8C
RGB
CMYK
RGB Variations
Color information
#09DA8C (or 0x09DA8C) is known color: Caribbean Green. HEX triplet: 09, DA and 8C. RGB value is (9,218,140). Sum of RGB (Red+Green+Blue) = 9+218+140=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #09DA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DA8C is #F62573. Grayscale: #929292. Windows color (decimal): -16131444 or 9230857. OLE color: 9230857.
HSL color Cylindrical-coordinate representation of color #09DA8C: hue angle of 157.61º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DA8C is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 218 | 140 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.15 |
| HSL | 157.61º | 0.92% | 0.45% | - |
| HSV(B) | 157.61º | 0.96% | 0.85% | - |
| XYZ | 29.92 | 52.09 | 33.29 | - |
| YUV | 146.62 | 124.26 | 29.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 140 | 0.96 | 0 | 0.36 | 0.15 | 157.61 | 0.92 | 0.45 |
| Hex | 9 | DA | 8C | 60 | 0 | 24 | F | 9E | 5C | 2D |
| Octal | 11 | 332 | 214 | 140 | 0 | 44 | 17 | 236 | 134 | 55 |
| Binary | 1001 | 11011010 | 10001100 | 1100000 | 0 | 100100 | 1111 | 10011110 | 1011100 | 101101 |
Color Harmonies of #09DA8C
Complementary color
Monochromatic Colors of #09DA8C
Black with #09DA8C
Text Example
Text Example
White with #09DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DA8C; }
p { color: rgb(9,218,140); }
H1.HeaderClassName
{
color: #09DA8C;
}
.AnyTagClassName
{
color: #09DA8C;
}
</style>
background-color css
<style>
a { background-color: #09DA8C; }
a { background-color: rgb(9,218,140); }
div.DivClassName
{
background-color: #09DA8C;
}
.BgClassName
{
background-color: #09DA8C;
}
</style>
border-color css
<style>
span { border-color: #09DA8C; }
span { border-color: rgb(9,218,140); }
td.TdClassName
{
border-color: #09DA8C;
}
.TagClassName
{
border-color: #09DA8C;
}
</style>