Shades of Caribbean Green #0AD897
Tints of Caribbean Green #0AD897
RGB
CMYK
RGB Variations
Color information
#0AD897 (or 0x0AD897) is known color: Caribbean Green. HEX triplet: 0A, D8 and 97. RGB value is (10,216,151). Sum of RGB (Red+Green+Blue) = 10+216+151=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD897 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD897 is #F52768. Grayscale: #939393. Windows color (decimal): -16066409 or 9951242. OLE color: 9951242.
HSL color Cylindrical-coordinate representation of color #0AD897: hue angle of 161.07º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD897 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 151 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.15 |
| HSL | 161.07º | 0.91% | 0.44% | - |
| HSV(B) | 161.07º | 0.95% | 0.85% | - |
| XYZ | 30.27 | 51.41 | 37.61 | - |
| YUV | 147 | 130.25 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 151 | 0.95 | 0 | 0.30 | 0.15 | 161.07 | 0.91 | 0.44 |
| Hex | A | D8 | 97 | 5F | 0 | 1E | F | A1 | 5B | 2C |
| Octal | 12 | 330 | 227 | 137 | 0 | 36 | 17 | 241 | 133 | 54 |
| Binary | 1010 | 11011000 | 10010111 | 1011111 | 0 | 11110 | 1111 | 10100001 | 1011011 | 101100 |
Color Harmonies of #0AD897
Complementary color
Monochromatic Colors of #0AD897
Black with #0AD897
Text Example
Text Example
White with #0AD897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD897; }
p { color: rgb(10,216,151); }
H1.HeaderClassName
{
color: #0AD897;
}
.AnyTagClassName
{
color: #0AD897;
}
</style>
background-color css
<style>
a { background-color: #0AD897; }
a { background-color: rgb(10,216,151); }
div.DivClassName
{
background-color: #0AD897;
}
.BgClassName
{
background-color: #0AD897;
}
</style>
border-color css
<style>
span { border-color: #0AD897; }
span { border-color: rgb(10,216,151); }
td.TdClassName
{
border-color: #0AD897;
}
.TagClassName
{
border-color: #0AD897;
}
</style>