Shades of Caribbean Green #0AD97D
Tints of Caribbean Green #0AD97D
RGB
CMYK
RGB Variations
Color information
#0AD97D (or 0x0AD97D) is known color: Caribbean Green. HEX triplet: 0A, D9 and 7D. RGB value is (10,217,125). Sum of RGB (Red+Green+Blue) = 10+217+125=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD97D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD97D is #F52682. Grayscale: #909090. Windows color (decimal): -16066179 or 8247562. OLE color: 8247562.
HSL color Cylindrical-coordinate representation of color #0AD97D: hue angle of 153.33º 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 #0AD97D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 125 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.15 |
| HSL | 153.33º | 0.91% | 0.45% | - |
| HSV(B) | 153.33º | 0.95% | 0.85% | - |
| XYZ | 28.64 | 51.17 | 27.77 | - |
| YUV | 144.62 | 116.92 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 125 | 0.95 | 0 | 0.42 | 0.15 | 153.33 | 0.91 | 0.45 |
| Hex | A | D9 | 7D | 5F | 0 | 2A | F | 99 | 5B | 2D |
| Octal | 12 | 331 | 175 | 137 | 0 | 52 | 17 | 231 | 133 | 55 |
| Binary | 1010 | 11011001 | 1111101 | 1011111 | 0 | 101010 | 1111 | 10011001 | 1011011 | 101101 |
Color Harmonies of #0AD97D
Complementary color
Monochromatic Colors of #0AD97D
Black with #0AD97D
Text Example
Text Example
White with #0AD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD97D; }
p { color: rgb(10,217,125); }
H1.HeaderClassName
{
color: #0AD97D;
}
.AnyTagClassName
{
color: #0AD97D;
}
</style>
background-color css
<style>
a { background-color: #0AD97D; }
a { background-color: rgb(10,217,125); }
div.DivClassName
{
background-color: #0AD97D;
}
.BgClassName
{
background-color: #0AD97D;
}
</style>
border-color css
<style>
span { border-color: #0AD97D; }
span { border-color: rgb(10,217,125); }
td.TdClassName
{
border-color: #0AD97D;
}
.TagClassName
{
border-color: #0AD97D;
}
</style>