Shades of Caribbean Green #0AD99D
Tints of Caribbean Green #0AD99D
RGB
CMYK
RGB Variations
Color information
#0AD99D (or 0x0AD99D) is known color: Caribbean Green. HEX triplet: 0A, D9 and 9D. RGB value is (10,217,157). Sum of RGB (Red+Green+Blue) = 10+217+157=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD99D is #F52662. Grayscale: #949494. Windows color (decimal): -16066147 or 10344714. OLE color: 10344714.
HSL color Cylindrical-coordinate representation of color #0AD99D: hue angle of 162.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD99D is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 157 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.15 |
| HSL | 162.61º | 0.91% | 0.45% | - |
| HSV(B) | 162.61º | 0.95% | 0.85% | - |
| XYZ | 31.02 | 52.12 | 40.32 | - |
| YUV | 148.27 | 132.92 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 157 | 0.95 | 0 | 0.28 | 0.15 | 162.61 | 0.91 | 0.45 |
| Hex | A | D9 | 9D | 5F | 0 | 1C | F | A3 | 5B | 2D |
| Octal | 12 | 331 | 235 | 137 | 0 | 34 | 17 | 243 | 133 | 55 |
| Binary | 1010 | 11011001 | 10011101 | 1011111 | 0 | 11100 | 1111 | 10100011 | 1011011 | 101101 |
Color Harmonies of #0AD99D
Complementary color
Monochromatic Colors of #0AD99D
Black with #0AD99D
Text Example
Text Example
White with #0AD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD99D; }
p { color: rgb(10,217,157); }
H1.HeaderClassName
{
color: #0AD99D;
}
.AnyTagClassName
{
color: #0AD99D;
}
</style>
background-color css
<style>
a { background-color: #0AD99D; }
a { background-color: rgb(10,217,157); }
div.DivClassName
{
background-color: #0AD99D;
}
.BgClassName
{
background-color: #0AD99D;
}
</style>
border-color css
<style>
span { border-color: #0AD99D; }
span { border-color: rgb(10,217,157); }
td.TdClassName
{
border-color: #0AD99D;
}
.TagClassName
{
border-color: #0AD99D;
}
</style>