Shades of Caribbean Green #09DC90
Tints of Caribbean Green #09DC90
RGB
CMYK
RGB Variations
Color information
#09DC90 (or 0x09DC90) is known color: Caribbean Green. HEX triplet: 09, DC and 90. RGB value is (9,220,144). Sum of RGB (Red+Green+Blue) = 9+220+144=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DC90 is #F6236F. Grayscale: #949494. Windows color (decimal): -16130928 or 9493513. OLE color: 9493513.
HSL color Cylindrical-coordinate representation of color #09DC90: hue angle of 158.39º 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 #09DC90 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 144 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.14 |
| HSL | 158.39º | 0.92% | 0.45% | - |
| HSV(B) | 158.39º | 0.96% | 0.86% | - |
| XYZ | 30.74 | 53.26 | 35.05 | - |
| YUV | 148.25 | 125.6 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 144 | 0.96 | 0 | 0.35 | 0.14 | 158.39 | 0.92 | 0.45 |
| Hex | 9 | DC | 90 | 60 | 0 | 23 | E | 9E | 5C | 2D |
| Octal | 11 | 334 | 220 | 140 | 0 | 43 | 16 | 236 | 134 | 55 |
| Binary | 1001 | 11011100 | 10010000 | 1100000 | 0 | 100011 | 1110 | 10011110 | 1011100 | 101101 |
Color Harmonies of #09DC90
Complementary color
Monochromatic Colors of #09DC90
Black with #09DC90
Text Example
Text Example
White with #09DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DC90; }
p { color: rgb(9,220,144); }
H1.HeaderClassName
{
color: #09DC90;
}
.AnyTagClassName
{
color: #09DC90;
}
</style>
background-color css
<style>
a { background-color: #09DC90; }
a { background-color: rgb(9,220,144); }
div.DivClassName
{
background-color: #09DC90;
}
.BgClassName
{
background-color: #09DC90;
}
</style>
border-color css
<style>
span { border-color: #09DC90; }
span { border-color: rgb(9,220,144); }
td.TdClassName
{
border-color: #09DC90;
}
.TagClassName
{
border-color: #09DC90;
}
</style>