Shades of Caribbean Green #0AD788
Tints of Caribbean Green #0AD788
RGB
CMYK
RGB Variations
Color information
#0AD788 (or 0x0AD788) is known color: Caribbean Green. HEX triplet: 0A, D7 and 88. RGB value is (10,215,136). Sum of RGB (Red+Green+Blue) = 10+215+136=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD788 is #F52877. Grayscale: #909090. Windows color (decimal): -16066680 or 8967946. OLE color: 8967946.
HSL color Cylindrical-coordinate representation of color #0AD788: hue angle of 156.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD788 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 136 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.16 |
| HSL | 156.88º | 0.91% | 0.44% | - |
| HSV(B) | 156.88º | 0.95% | 0.84% | - |
| XYZ | 28.87 | 50.44 | 31.51 | - |
| YUV | 144.7 | 123.08 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 136 | 0.95 | 0 | 0.37 | 0.16 | 156.88 | 0.91 | 0.44 |
| Hex | A | D7 | 88 | 5F | 0 | 25 | 10 | 9D | 5B | 2C |
| Octal | 12 | 327 | 210 | 137 | 0 | 45 | 20 | 235 | 133 | 54 |
| Binary | 1010 | 11010111 | 10001000 | 1011111 | 0 | 100101 | 10000 | 10011101 | 1011011 | 101100 |
Color Harmonies of #0AD788
Complementary color
Monochromatic Colors of #0AD788
Black with #0AD788
Text Example
Text Example
White with #0AD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD788; }
p { color: rgb(10,215,136); }
H1.HeaderClassName
{
color: #0AD788;
}
.AnyTagClassName
{
color: #0AD788;
}
</style>
background-color css
<style>
a { background-color: #0AD788; }
a { background-color: rgb(10,215,136); }
div.DivClassName
{
background-color: #0AD788;
}
.BgClassName
{
background-color: #0AD788;
}
</style>
border-color css
<style>
span { border-color: #0AD788; }
span { border-color: rgb(10,215,136); }
td.TdClassName
{
border-color: #0AD788;
}
.TagClassName
{
border-color: #0AD788;
}
</style>