Shades of Caribbean Green #09CA98
Tints of Caribbean Green #09CA98
RGB
CMYK
RGB Variations
Color information
#09CA98 (or 0x09CA98) is known color: Caribbean Green. HEX triplet: 09, CA and 98. RGB value is (9,202,152). Sum of RGB (Red+Green+Blue) = 9+202+152=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA98 is #F63567. Grayscale: #8A8A8A. Windows color (decimal): -16135528 or 10013193. OLE color: 10013193.
HSL color Cylindrical-coordinate representation of color #09CA98: hue angle of 164.46º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA98 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 152 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.21 |
| HSL | 164.46º | 0.91% | 0.41% | - |
| HSV(B) | 164.46º | 0.96% | 0.79% | - |
| XYZ | 26.9 | 44.57 | 36.89 | - |
| YUV | 138.59 | 135.56 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 152 | 0.96 | 0 | 0.25 | 0.21 | 164.46 | 0.91 | 0.41 |
| Hex | 9 | CA | 98 | 60 | 0 | 19 | 15 | A4 | 5B | 29 |
| Octal | 11 | 312 | 230 | 140 | 0 | 31 | 25 | 244 | 133 | 51 |
| Binary | 1001 | 11001010 | 10011000 | 1100000 | 0 | 11001 | 10101 | 10100100 | 1011011 | 101001 |
Color Harmonies of #09CA98
Complementary color
Monochromatic Colors of #09CA98
Black with #09CA98
Text Example
Text Example
White with #09CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA98; }
p { color: rgb(9,202,152); }
H1.HeaderClassName
{
color: #09CA98;
}
.AnyTagClassName
{
color: #09CA98;
}
</style>
background-color css
<style>
a { background-color: #09CA98; }
a { background-color: rgb(9,202,152); }
div.DivClassName
{
background-color: #09CA98;
}
.BgClassName
{
background-color: #09CA98;
}
</style>
border-color css
<style>
span { border-color: #09CA98; }
span { border-color: rgb(9,202,152); }
td.TdClassName
{
border-color: #09CA98;
}
.TagClassName
{
border-color: #09CA98;
}
</style>