Shades of Caribbean Green #09D48C
Tints of Caribbean Green #09D48C
RGB
CMYK
RGB Variations
Color information
#09D48C (or 0x09D48C) is known color: Caribbean Green. HEX triplet: 09, D4 and 8C. RGB value is (9,212,140). Sum of RGB (Red+Green+Blue) = 9+212+140=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #09D48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D48C is #F62B73. Grayscale: #8F8F8F. Windows color (decimal): -16132980 or 9229321. OLE color: 9229321.
HSL color Cylindrical-coordinate representation of color #09D48C: hue angle of 158.72º 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 #09D48C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 212 | 140 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.17 |
| HSL | 158.72º | 0.92% | 0.43% | - |
| HSV(B) | 158.72º | 0.96% | 0.83% | - |
| XYZ | 28.39 | 49.04 | 32.78 | - |
| YUV | 143.1 | 126.25 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 140 | 0.96 | 0 | 0.34 | 0.17 | 158.72 | 0.92 | 0.43 |
| Hex | 9 | D4 | 8C | 60 | 0 | 22 | 11 | 9F | 5C | 2B |
| Octal | 11 | 324 | 214 | 140 | 0 | 42 | 21 | 237 | 134 | 53 |
| Binary | 1001 | 11010100 | 10001100 | 1100000 | 0 | 100010 | 10001 | 10011111 | 1011100 | 101011 |
Color Harmonies of #09D48C
Complementary color
Monochromatic Colors of #09D48C
Black with #09D48C
Text Example
Text Example
White with #09D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D48C; }
p { color: rgb(9,212,140); }
H1.HeaderClassName
{
color: #09D48C;
}
.AnyTagClassName
{
color: #09D48C;
}
</style>
background-color css
<style>
a { background-color: #09D48C; }
a { background-color: rgb(9,212,140); }
div.DivClassName
{
background-color: #09D48C;
}
.BgClassName
{
background-color: #09D48C;
}
</style>
border-color css
<style>
span { border-color: #09D48C; }
span { border-color: rgb(9,212,140); }
td.TdClassName
{
border-color: #09D48C;
}
.TagClassName
{
border-color: #09D48C;
}
</style>