Shades of Caribbean Green #0AD87D
Tints of Caribbean Green #0AD87D
RGB
CMYK
RGB Variations
Color information
#0AD87D (or 0x0AD87D) is known color: Caribbean Green. HEX triplet: 0A, D8 and 7D. RGB value is (10,216,125). Sum of RGB (Red+Green+Blue) = 10+216+125=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 216 (84.77% from 255 or 61.54% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD87D is #F52782. Grayscale: #909090. Windows color (decimal): -16066435 or 8247306. OLE color: 8247306.
HSL color Cylindrical-coordinate representation of color #0AD87D: hue angle of 153.5º 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 #0AD87D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 216 | 125 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.15 |
| HSL | 153.5º | 0.91% | 0.44% | - |
| HSV(B) | 153.5º | 0.95% | 0.85% | - |
| XYZ | 28.38 | 50.66 | 27.68 | - |
| YUV | 144.03 | 117.25 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 216 | 125 | 0.95 | 0 | 0.42 | 0.15 | 153.5 | 0.91 | 0.44 |
| Hex | A | D8 | 7D | 5F | 0 | 2A | F | 99 | 5B | 2C |
| Octal | 12 | 330 | 175 | 137 | 0 | 52 | 17 | 231 | 133 | 54 |
| Binary | 1010 | 11011000 | 1111101 | 1011111 | 0 | 101010 | 1111 | 10011001 | 1011011 | 101100 |
Color Harmonies of #0AD87D
Complementary color
Monochromatic Colors of #0AD87D
Black with #0AD87D
Text Example
Text Example
White with #0AD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD87D; }
p { color: rgb(10,216,125); }
H1.HeaderClassName
{
color: #0AD87D;
}
.AnyTagClassName
{
color: #0AD87D;
}
</style>
background-color css
<style>
a { background-color: #0AD87D; }
a { background-color: rgb(10,216,125); }
div.DivClassName
{
background-color: #0AD87D;
}
.BgClassName
{
background-color: #0AD87D;
}
</style>
border-color css
<style>
span { border-color: #0AD87D; }
span { border-color: rgb(10,216,125); }
td.TdClassName
{
border-color: #0AD87D;
}
.TagClassName
{
border-color: #0AD87D;
}
</style>