Shades of Caribbean Green #09E198
Tints of Caribbean Green #09E198
RGB
CMYK
RGB Variations
Color information
#09E198 (or 0x09E198) is known color: Caribbean Green. HEX triplet: 09, E1 and 98. RGB value is (9,225,152). Sum of RGB (Red+Green+Blue) = 9+225+152=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #09E198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09E198 is #F61E67. Grayscale: #989898. Windows color (decimal): -16129640 or 10019081. OLE color: 10019081.
HSL color Cylindrical-coordinate representation of color #09E198: hue angle of 159.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E198 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 152 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.12 |
| HSL | 159.72º | 0.92% | 0.46% | - |
| HSV(B) | 159.72º | 0.96% | 0.88% | - |
| XYZ | 32.71 | 56.18 | 38.82 | - |
| YUV | 152.09 | 127.94 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 152 | 0.96 | 0 | 0.32 | 0.12 | 159.72 | 0.92 | 0.46 |
| Hex | 9 | E1 | 98 | 60 | 0 | 20 | C | A0 | 5C | 2E |
| Octal | 11 | 341 | 230 | 140 | 0 | 40 | 14 | 240 | 134 | 56 |
| Binary | 1001 | 11100001 | 10011000 | 1100000 | 0 | 100000 | 1100 | 10100000 | 1011100 | 101110 |
Color Harmonies of #09E198
Complementary color
Monochromatic Colors of #09E198
Black with #09E198
Text Example
Text Example
White with #09E198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E198; }
p { color: rgb(9,225,152); }
H1.HeaderClassName
{
color: #09E198;
}
.AnyTagClassName
{
color: #09E198;
}
</style>
background-color css
<style>
a { background-color: #09E198; }
a { background-color: rgb(9,225,152); }
div.DivClassName
{
background-color: #09E198;
}
.BgClassName
{
background-color: #09E198;
}
</style>
border-color css
<style>
span { border-color: #09E198; }
span { border-color: rgb(9,225,152); }
td.TdClassName
{
border-color: #09E198;
}
.TagClassName
{
border-color: #09E198;
}
</style>