Shades of Caribbean Green #09D495
Tints of Caribbean Green #09D495
RGB
CMYK
RGB Variations
Color information
#09D495 (or 0x09D495) is known color: Caribbean Green. HEX triplet: 09, D4 and 95. RGB value is (9,212,149). Sum of RGB (Red+Green+Blue) = 9+212+149=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #09D495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D495 is #F62B6A. Grayscale: #909090. Windows color (decimal): -16132971 or 9819145. OLE color: 9819145.
HSL color Cylindrical-coordinate representation of color #09D495: hue angle of 161.38º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D495 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 212 | 149 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.17 |
| HSL | 161.38º | 0.92% | 0.43% | - |
| HSV(B) | 161.38º | 0.96% | 0.83% | - |
| XYZ | 29.08 | 49.31 | 36.42 | - |
| YUV | 144.12 | 130.75 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 149 | 0.96 | 0 | 0.30 | 0.17 | 161.38 | 0.92 | 0.43 |
| Hex | 9 | D4 | 95 | 60 | 0 | 1E | 11 | A1 | 5C | 2B |
| Octal | 11 | 324 | 225 | 140 | 0 | 36 | 21 | 241 | 134 | 53 |
| Binary | 1001 | 11010100 | 10010101 | 1100000 | 0 | 11110 | 10001 | 10100001 | 1011100 | 101011 |
Color Harmonies of #09D495
Complementary color
Monochromatic Colors of #09D495
Black with #09D495
Text Example
Text Example
White with #09D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D495; }
p { color: rgb(9,212,149); }
H1.HeaderClassName
{
color: #09D495;
}
.AnyTagClassName
{
color: #09D495;
}
</style>
background-color css
<style>
a { background-color: #09D495; }
a { background-color: rgb(9,212,149); }
div.DivClassName
{
background-color: #09D495;
}
.BgClassName
{
background-color: #09D495;
}
</style>
border-color css
<style>
span { border-color: #09D495; }
span { border-color: rgb(9,212,149); }
td.TdClassName
{
border-color: #09D495;
}
.TagClassName
{
border-color: #09D495;
}
</style>