Shades of Caribbean Green #09E095
Tints of Caribbean Green #09E095
RGB
CMYK
RGB Variations
Color information
#09E095 (or 0x09E095) is known color: Caribbean Green. HEX triplet: 09, E0 and 95. RGB value is (9,224,149). Sum of RGB (Red+Green+Blue) = 9+224+149=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #09E095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09E095 is #F61F6A. Grayscale: #979797. Windows color (decimal): -16129899 or 9822217. OLE color: 9822217.
HSL color Cylindrical-coordinate representation of color #09E095: hue angle of 159.07º 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 #09E095 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 149 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.12 |
| HSL | 159.07º | 0.92% | 0.46% | - |
| HSV(B) | 159.07º | 0.96% | 0.88% | - |
| XYZ | 32.19 | 55.54 | 37.46 | - |
| YUV | 151.17 | 126.77 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 149 | 0.96 | 0 | 0.33 | 0.12 | 159.07 | 0.92 | 0.46 |
| Hex | 9 | E0 | 95 | 60 | 0 | 21 | C | 9F | 5C | 2E |
| Octal | 11 | 340 | 225 | 140 | 0 | 41 | 14 | 237 | 134 | 56 |
| Binary | 1001 | 11100000 | 10010101 | 1100000 | 0 | 100001 | 1100 | 10011111 | 1011100 | 101110 |
Color Harmonies of #09E095
Complementary color
Monochromatic Colors of #09E095
Black with #09E095
Text Example
Text Example
White with #09E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E095; }
p { color: rgb(9,224,149); }
H1.HeaderClassName
{
color: #09E095;
}
.AnyTagClassName
{
color: #09E095;
}
</style>
background-color css
<style>
a { background-color: #09E095; }
a { background-color: rgb(9,224,149); }
div.DivClassName
{
background-color: #09E095;
}
.BgClassName
{
background-color: #09E095;
}
</style>
border-color css
<style>
span { border-color: #09E095; }
span { border-color: rgb(9,224,149); }
td.TdClassName
{
border-color: #09E095;
}
.TagClassName
{
border-color: #09E095;
}
</style>