Shades of Caribbean Green #0ADA7C
Tints of Caribbean Green #0ADA7C
RGB
CMYK
RGB Variations
Color information
#0ADA7C (or 0x0ADA7C) is known color: Caribbean Green. HEX triplet: 0A, DA and 7C. RGB value is (10,218,124). Sum of RGB (Red+Green+Blue) = 10+218+124=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ADA7C is #F52583. Grayscale: #919191. Windows color (decimal): -16065924 or 8182282. OLE color: 8182282.
HSL color Cylindrical-coordinate representation of color #0ADA7C: hue angle of 152.88º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADA7C is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 124 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.15 |
| HSL | 152.88º | 0.91% | 0.45% | - |
| HSV(B) | 152.88º | 0.95% | 0.85% | - |
| XYZ | 28.83 | 51.66 | 27.52 | - |
| YUV | 145.09 | 116.09 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 124 | 0.95 | 0 | 0.43 | 0.15 | 152.88 | 0.91 | 0.45 |
| Hex | A | DA | 7C | 5F | 0 | 2B | F | 99 | 5B | 2D |
| Octal | 12 | 332 | 174 | 137 | 0 | 53 | 17 | 231 | 133 | 55 |
| Binary | 1010 | 11011010 | 1111100 | 1011111 | 0 | 101011 | 1111 | 10011001 | 1011011 | 101101 |
Color Harmonies of #0ADA7C
Complementary color
Monochromatic Colors of #0ADA7C
Black with #0ADA7C
Text Example
Text Example
White with #0ADA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA7C; }
p { color: rgb(10,218,124); }
H1.HeaderClassName
{
color: #0ADA7C;
}
.AnyTagClassName
{
color: #0ADA7C;
}
</style>
background-color css
<style>
a { background-color: #0ADA7C; }
a { background-color: rgb(10,218,124); }
div.DivClassName
{
background-color: #0ADA7C;
}
.BgClassName
{
background-color: #0ADA7C;
}
</style>
border-color css
<style>
span { border-color: #0ADA7C; }
span { border-color: rgb(10,218,124); }
td.TdClassName
{
border-color: #0ADA7C;
}
.TagClassName
{
border-color: #0ADA7C;
}
</style>