Shades of Caribbean Green #09D68A
Tints of Caribbean Green #09D68A
RGB
CMYK
RGB Variations
Color information
#09D68A (or 0x09D68A) is known color: Caribbean Green. HEX triplet: 09, D6 and 8A. RGB value is (9,214,138). Sum of RGB (Red+Green+Blue) = 9+214+138=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #09D68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D68A is #F62975. Grayscale: #909090. Windows color (decimal): -16132470 or 9098761. OLE color: 9098761.
HSL color Cylindrical-coordinate representation of color #09D68A: hue angle of 157.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D68A is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 138 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.16 |
| HSL | 157.76º | 0.92% | 0.44% | - |
| HSV(B) | 157.76º | 0.96% | 0.84% | - |
| XYZ | 28.75 | 49.99 | 32.18 | - |
| YUV | 144.04 | 124.58 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 138 | 0.96 | 0 | 0.36 | 0.16 | 157.76 | 0.92 | 0.44 |
| Hex | 9 | D6 | 8A | 60 | 0 | 24 | 10 | 9E | 5C | 2C |
| Octal | 11 | 326 | 212 | 140 | 0 | 44 | 20 | 236 | 134 | 54 |
| Binary | 1001 | 11010110 | 10001010 | 1100000 | 0 | 100100 | 10000 | 10011110 | 1011100 | 101100 |
Color Harmonies of #09D68A
Complementary color
Monochromatic Colors of #09D68A
Black with #09D68A
Text Example
Text Example
White with #09D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D68A; }
p { color: rgb(9,214,138); }
H1.HeaderClassName
{
color: #09D68A;
}
.AnyTagClassName
{
color: #09D68A;
}
</style>
background-color css
<style>
a { background-color: #09D68A; }
a { background-color: rgb(9,214,138); }
div.DivClassName
{
background-color: #09D68A;
}
.BgClassName
{
background-color: #09D68A;
}
</style>
border-color css
<style>
span { border-color: #09D68A; }
span { border-color: rgb(9,214,138); }
td.TdClassName
{
border-color: #09D68A;
}
.TagClassName
{
border-color: #09D68A;
}
</style>