Shades of Caribbean Green #09C18C
Tints of Caribbean Green #09C18C
RGB
CMYK
RGB Variations
Color information
#09C18C (or 0x09C18C) is known color: Caribbean Green. HEX triplet: 09, C1 and 8C. RGB value is (9,193,140). Sum of RGB (Red+Green+Blue) = 9+193+140=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #09C18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09C18C is #F63E73. Grayscale: #838383. Windows color (decimal): -16137844 or 9224457. OLE color: 9224457.
HSL color Cylindrical-coordinate representation of color #09C18C: hue angle of 162.72º 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 #09C18C is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 140 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.24 |
| HSL | 162.72º | 0.91% | 0.4% | - |
| HSV(B) | 162.72º | 0.95% | 0.76% | - |
| XYZ | 23.92 | 40.09 | 31.29 | - |
| YUV | 131.94 | 132.54 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 140 | 0.95 | 0 | 0.27 | 0.24 | 162.72 | 0.91 | 0.4 |
| Hex | 9 | C1 | 8C | 5F | 0 | 1B | 18 | A3 | 5B | 28 |
| Octal | 11 | 301 | 214 | 137 | 0 | 33 | 30 | 243 | 133 | 50 |
| Binary | 1001 | 11000001 | 10001100 | 1011111 | 0 | 11011 | 11000 | 10100011 | 1011011 | 101000 |
Color Harmonies of #09C18C
Complementary color
Monochromatic Colors of #09C18C
Black with #09C18C
Text Example
Text Example
White with #09C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C18C; }
p { color: rgb(9,193,140); }
H1.HeaderClassName
{
color: #09C18C;
}
.AnyTagClassName
{
color: #09C18C;
}
</style>
background-color css
<style>
a { background-color: #09C18C; }
a { background-color: rgb(9,193,140); }
div.DivClassName
{
background-color: #09C18C;
}
.BgClassName
{
background-color: #09C18C;
}
</style>
border-color css
<style>
span { border-color: #09C18C; }
span { border-color: rgb(9,193,140); }
td.TdClassName
{
border-color: #09C18C;
}
.TagClassName
{
border-color: #09C18C;
}
</style>