Shades of Caribbean Green #09E085
Tints of Caribbean Green #09E085
RGB
CMYK
RGB Variations
Color information
#09E085 (or 0x09E085) is known color: Caribbean Green. HEX triplet: 09, E0 and 85. RGB value is (9,224,133). Sum of RGB (Red+Green+Blue) = 9+224+133=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #09E085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09E085 is #F61F7A. Grayscale: #959595. Windows color (decimal): -16129915 or 8773641. OLE color: 8773641.
HSL color Cylindrical-coordinate representation of color #09E085: hue angle of 154.6º 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 #09E085 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 133 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.12 |
| HSL | 154.6º | 0.92% | 0.46% | - |
| HSV(B) | 154.6º | 0.96% | 0.88% | - |
| XYZ | 31 | 55.06 | 31.18 | - |
| YUV | 149.34 | 118.77 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 133 | 0.96 | 0 | 0.41 | 0.12 | 154.6 | 0.92 | 0.46 |
| Hex | 9 | E0 | 85 | 60 | 0 | 29 | C | 9B | 5C | 2E |
| Octal | 11 | 340 | 205 | 140 | 0 | 51 | 14 | 233 | 134 | 56 |
| Binary | 1001 | 11100000 | 10000101 | 1100000 | 0 | 101001 | 1100 | 10011011 | 1011100 | 101110 |
Color Harmonies of #09E085
Complementary color
Monochromatic Colors of #09E085
Black with #09E085
Text Example
Text Example
White with #09E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E085; }
p { color: rgb(9,224,133); }
H1.HeaderClassName
{
color: #09E085;
}
.AnyTagClassName
{
color: #09E085;
}
</style>
background-color css
<style>
a { background-color: #09E085; }
a { background-color: rgb(9,224,133); }
div.DivClassName
{
background-color: #09E085;
}
.BgClassName
{
background-color: #09E085;
}
</style>
border-color css
<style>
span { border-color: #09E085; }
span { border-color: rgb(9,224,133); }
td.TdClassName
{
border-color: #09E085;
}
.TagClassName
{
border-color: #09E085;
}
</style>