Shades of Caribbean Green #0AD67D
Tints of Caribbean Green #0AD67D
RGB
CMYK
RGB Variations
Color information
#0AD67D (or 0x0AD67D) is known color: Caribbean Green. HEX triplet: 0A, D6 and 7D. RGB value is (10,214,125). Sum of RGB (Red+Green+Blue) = 10+214+125=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD67D is #F52982. Grayscale: #8F8F8F. Windows color (decimal): -16066947 or 8246794. OLE color: 8246794.
HSL color Cylindrical-coordinate representation of color #0AD67D: hue angle of 153.82º 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 #0AD67D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 125 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.16 |
| HSL | 153.82º | 0.91% | 0.44% | - |
| HSV(B) | 153.82º | 0.95% | 0.84% | - |
| XYZ | 27.87 | 49.64 | 27.51 | - |
| YUV | 142.86 | 117.91 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 125 | 0.95 | 0 | 0.42 | 0.16 | 153.82 | 0.91 | 0.44 |
| Hex | A | D6 | 7D | 5F | 0 | 2A | 10 | 9A | 5B | 2C |
| Octal | 12 | 326 | 175 | 137 | 0 | 52 | 20 | 232 | 133 | 54 |
| Binary | 1010 | 11010110 | 1111101 | 1011111 | 0 | 101010 | 10000 | 10011010 | 1011011 | 101100 |
Color Harmonies of #0AD67D
Complementary color
Monochromatic Colors of #0AD67D
Black with #0AD67D
Text Example
Text Example
White with #0AD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD67D; }
p { color: rgb(10,214,125); }
H1.HeaderClassName
{
color: #0AD67D;
}
.AnyTagClassName
{
color: #0AD67D;
}
</style>
background-color css
<style>
a { background-color: #0AD67D; }
a { background-color: rgb(10,214,125); }
div.DivClassName
{
background-color: #0AD67D;
}
.BgClassName
{
background-color: #0AD67D;
}
</style>
border-color css
<style>
span { border-color: #0AD67D; }
span { border-color: rgb(10,214,125); }
td.TdClassName
{
border-color: #0AD67D;
}
.TagClassName
{
border-color: #0AD67D;
}
</style>