Shades of Caribbean Green #09DC8D
Tints of Caribbean Green #09DC8D
RGB
CMYK
RGB Variations
Color information
#09DC8D (or 0x09DC8D) is known color: Caribbean Green. HEX triplet: 09, DC and 8D. RGB value is (9,220,141). Sum of RGB (Red+Green+Blue) = 9+220+141=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DC8D is #F62372. Grayscale: #949494. Windows color (decimal): -16130931 or 9296905. OLE color: 9296905.
HSL color Cylindrical-coordinate representation of color #09DC8D: hue angle of 157.54º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DC8D is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 141 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.14 |
| HSL | 157.54º | 0.92% | 0.45% | - |
| HSV(B) | 157.54º | 0.96% | 0.86% | - |
| XYZ | 30.51 | 53.17 | 33.85 | - |
| YUV | 147.91 | 124.1 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 141 | 0.96 | 0 | 0.36 | 0.14 | 157.54 | 0.92 | 0.45 |
| Hex | 9 | DC | 8D | 60 | 0 | 24 | E | 9E | 5C | 2D |
| Octal | 11 | 334 | 215 | 140 | 0 | 44 | 16 | 236 | 134 | 55 |
| Binary | 1001 | 11011100 | 10001101 | 1100000 | 0 | 100100 | 1110 | 10011110 | 1011100 | 101101 |
Color Harmonies of #09DC8D
Complementary color
Monochromatic Colors of #09DC8D
Black with #09DC8D
Text Example
Text Example
White with #09DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC8D; }
p { color: rgb(9,220,141); }
H1.HeaderClassName
{
color: #09DC8D;
}
.AnyTagClassName
{
color: #09DC8D;
}
</style>
background-color css
<style>
a { background-color: #09DC8D; }
a { background-color: rgb(9,220,141); }
div.DivClassName
{
background-color: #09DC8D;
}
.BgClassName
{
background-color: #09DC8D;
}
</style>
border-color css
<style>
span { border-color: #09DC8D; }
span { border-color: rgb(9,220,141); }
td.TdClassName
{
border-color: #09DC8D;
}
.TagClassName
{
border-color: #09DC8D;
}
</style>