Shades of Caribbean Green #0AD67E
Tints of Caribbean Green #0AD67E
RGB
CMYK
RGB Variations
Color information
#0AD67E (or 0x0AD67E) is known color: Caribbean Green. HEX triplet: 0A, D6 and 7E. RGB value is (10,214,126). Sum of RGB (Red+Green+Blue) = 10+214+126=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD67E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD67E is #F52981. Grayscale: #8F8F8F. Windows color (decimal): -16066946 or 8312330. OLE color: 8312330.
HSL color Cylindrical-coordinate representation of color #0AD67E: hue angle of 154.12º 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 #0AD67E is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 126 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.16 |
| HSL | 154.12º | 0.91% | 0.44% | - |
| HSV(B) | 154.12º | 0.95% | 0.84% | - |
| XYZ | 27.94 | 49.66 | 27.85 | - |
| YUV | 142.97 | 118.41 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 126 | 0.95 | 0 | 0.41 | 0.16 | 154.12 | 0.91 | 0.44 |
| Hex | A | D6 | 7E | 5F | 0 | 29 | 10 | 9A | 5B | 2C |
| Octal | 12 | 326 | 176 | 137 | 0 | 51 | 20 | 232 | 133 | 54 |
| Binary | 1010 | 11010110 | 1111110 | 1011111 | 0 | 101001 | 10000 | 10011010 | 1011011 | 101100 |
Color Harmonies of #0AD67E
Complementary color
Monochromatic Colors of #0AD67E
Black with #0AD67E
Text Example
Text Example
White with #0AD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD67E; }
p { color: rgb(10,214,126); }
H1.HeaderClassName
{
color: #0AD67E;
}
.AnyTagClassName
{
color: #0AD67E;
}
</style>
background-color css
<style>
a { background-color: #0AD67E; }
a { background-color: rgb(10,214,126); }
div.DivClassName
{
background-color: #0AD67E;
}
.BgClassName
{
background-color: #0AD67E;
}
</style>
border-color css
<style>
span { border-color: #0AD67E; }
span { border-color: rgb(10,214,126); }
td.TdClassName
{
border-color: #0AD67E;
}
.TagClassName
{
border-color: #0AD67E;
}
</style>