Shades of Caribbean Green #0AD396
Tints of Caribbean Green #0AD396
RGB
CMYK
RGB Variations
Color information
#0AD396 (or 0x0AD396) is known color: Caribbean Green. HEX triplet: 0A, D3 and 96. RGB value is (10,211,150). Sum of RGB (Red+Green+Blue) = 10+211+150=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD396 is #F52C69. Grayscale: #8F8F8F. Windows color (decimal): -16067690 or 9884426. OLE color: 9884426.
HSL color Cylindrical-coordinate representation of color #0AD396: hue angle of 161.79º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD396 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 150 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.17 |
| HSL | 161.79º | 0.91% | 0.43% | - |
| HSV(B) | 161.79º | 0.95% | 0.83% | - |
| XYZ | 28.92 | 48.86 | 36.76 | - |
| YUV | 143.95 | 131.41 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 150 | 0.95 | 0 | 0.29 | 0.17 | 161.79 | 0.91 | 0.43 |
| Hex | A | D3 | 96 | 5F | 0 | 1D | 11 | A2 | 5B | 2B |
| Octal | 12 | 323 | 226 | 137 | 0 | 35 | 21 | 242 | 133 | 53 |
| Binary | 1010 | 11010011 | 10010110 | 1011111 | 0 | 11101 | 10001 | 10100010 | 1011011 | 101011 |
Color Harmonies of #0AD396
Complementary color
Monochromatic Colors of #0AD396
Black with #0AD396
Text Example
Text Example
White with #0AD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD396; }
p { color: rgb(10,211,150); }
H1.HeaderClassName
{
color: #0AD396;
}
.AnyTagClassName
{
color: #0AD396;
}
</style>
background-color css
<style>
a { background-color: #0AD396; }
a { background-color: rgb(10,211,150); }
div.DivClassName
{
background-color: #0AD396;
}
.BgClassName
{
background-color: #0AD396;
}
</style>
border-color css
<style>
span { border-color: #0AD396; }
span { border-color: rgb(10,211,150); }
td.TdClassName
{
border-color: #0AD396;
}
.TagClassName
{
border-color: #0AD396;
}
</style>