Shades of Caribbean Green #09C29A
Tints of Caribbean Green #09C29A
RGB
CMYK
RGB Variations
Color information
#09C29A (or 0x09C29A) is known color: Caribbean Green. HEX triplet: 09, C2 and 9A. RGB value is (9,194,154). Sum of RGB (Red+Green+Blue) = 9+194+154=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #09C29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C29A is #F63D65. Grayscale: #868686. Windows color (decimal): -16137574 or 10142217. OLE color: 10142217.
HSL color Cylindrical-coordinate representation of color #09C29A: hue angle of 167.03º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C29A is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 194 | 154 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.24 |
| HSL | 167.03º | 0.91% | 0.4% | - |
| HSV(B) | 167.03º | 0.95% | 0.76% | - |
| XYZ | 25.24 | 40.97 | 37.15 | - |
| YUV | 134.13 | 139.21 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 154 | 0.95 | 0 | 0.21 | 0.24 | 167.03 | 0.91 | 0.4 |
| Hex | 9 | C2 | 9A | 5F | 0 | 15 | 18 | A7 | 5B | 28 |
| Octal | 11 | 302 | 232 | 137 | 0 | 25 | 30 | 247 | 133 | 50 |
| Binary | 1001 | 11000010 | 10011010 | 1011111 | 0 | 10101 | 11000 | 10100111 | 1011011 | 101000 |
Color Harmonies of #09C29A
Complementary color
Monochromatic Colors of #09C29A
Black with #09C29A
Text Example
Text Example
White with #09C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C29A; }
p { color: rgb(9,194,154); }
H1.HeaderClassName
{
color: #09C29A;
}
.AnyTagClassName
{
color: #09C29A;
}
</style>
background-color css
<style>
a { background-color: #09C29A; }
a { background-color: rgb(9,194,154); }
div.DivClassName
{
background-color: #09C29A;
}
.BgClassName
{
background-color: #09C29A;
}
</style>
border-color css
<style>
span { border-color: #09C29A; }
span { border-color: rgb(9,194,154); }
td.TdClassName
{
border-color: #09C29A;
}
.TagClassName
{
border-color: #09C29A;
}
</style>