Shades of Caribbean Green #09D085
Tints of Caribbean Green #09D085
RGB
CMYK
RGB Variations
Color information
#09D085 (or 0x09D085) is known color: Caribbean Green. HEX triplet: 09, D0 and 85. RGB value is (9,208,133). Sum of RGB (Red+Green+Blue) = 9+208+133=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #09D085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D085 is #F62F7A. Grayscale: #8C8C8C. Windows color (decimal): -16134011 or 8769545. OLE color: 8769545.
HSL color Cylindrical-coordinate representation of color #09D085: hue angle of 157.39º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D085 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 208 | 133 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.18 |
| HSL | 157.39º | 0.92% | 0.43% | - |
| HSV(B) | 157.39º | 0.96% | 0.82% | - |
| XYZ | 26.9 | 46.86 | 29.82 | - |
| YUV | 139.95 | 124.07 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 133 | 0.96 | 0 | 0.36 | 0.18 | 157.39 | 0.92 | 0.43 |
| Hex | 9 | D0 | 85 | 60 | 0 | 24 | 12 | 9D | 5C | 2B |
| Octal | 11 | 320 | 205 | 140 | 0 | 44 | 22 | 235 | 134 | 53 |
| Binary | 1001 | 11010000 | 10000101 | 1100000 | 0 | 100100 | 10010 | 10011101 | 1011100 | 101011 |
Color Harmonies of #09D085
Complementary color
Monochromatic Colors of #09D085
Black with #09D085
Text Example
Text Example
White with #09D085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D085; }
p { color: rgb(9,208,133); }
H1.HeaderClassName
{
color: #09D085;
}
.AnyTagClassName
{
color: #09D085;
}
</style>
background-color css
<style>
a { background-color: #09D085; }
a { background-color: rgb(9,208,133); }
div.DivClassName
{
background-color: #09D085;
}
.BgClassName
{
background-color: #09D085;
}
</style>
border-color css
<style>
span { border-color: #09D085; }
span { border-color: rgb(9,208,133); }
td.TdClassName
{
border-color: #09D085;
}
.TagClassName
{
border-color: #09D085;
}
</style>