Shades of Caribbean Green #09C18D
Tints of Caribbean Green #09C18D
RGB
CMYK
RGB Variations
Color information
#09C18D (or 0x09C18D) is known color: Caribbean Green. HEX triplet: 09, C1 and 8D. RGB value is (9,193,141). Sum of RGB (Red+Green+Blue) = 9+193+141=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #09C18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C18D is #F63E72. Grayscale: #848484. Windows color (decimal): -16137843 or 9289993. OLE color: 9289993.
HSL color Cylindrical-coordinate representation of color #09C18D: hue angle of 163.04º 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 #09C18D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 141 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.24 |
| HSL | 163.04º | 0.91% | 0.4% | - |
| HSV(B) | 163.04º | 0.95% | 0.76% | - |
| XYZ | 23.99 | 40.12 | 31.68 | - |
| YUV | 132.06 | 133.04 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 141 | 0.95 | 0 | 0.27 | 0.24 | 163.04 | 0.91 | 0.4 |
| Hex | 9 | C1 | 8D | 5F | 0 | 1B | 18 | A3 | 5B | 28 |
| Octal | 11 | 301 | 215 | 137 | 0 | 33 | 30 | 243 | 133 | 50 |
| Binary | 1001 | 11000001 | 10001101 | 1011111 | 0 | 11011 | 11000 | 10100011 | 1011011 | 101000 |
Color Harmonies of #09C18D
Complementary color
Monochromatic Colors of #09C18D
Black with #09C18D
Text Example
Text Example
White with #09C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C18D; }
p { color: rgb(9,193,141); }
H1.HeaderClassName
{
color: #09C18D;
}
.AnyTagClassName
{
color: #09C18D;
}
</style>
background-color css
<style>
a { background-color: #09C18D; }
a { background-color: rgb(9,193,141); }
div.DivClassName
{
background-color: #09C18D;
}
.BgClassName
{
background-color: #09C18D;
}
</style>
border-color css
<style>
span { border-color: #09C18D; }
span { border-color: rgb(9,193,141); }
td.TdClassName
{
border-color: #09C18D;
}
.TagClassName
{
border-color: #09C18D;
}
</style>