Shades of Caribbean Green #0AD684
Tints of Caribbean Green #0AD684
RGB
CMYK
RGB Variations
Color information
#0AD684 (or 0x0AD684) is known color: Caribbean Green. HEX triplet: 0A, D6 and 84. RGB value is (10,214,132). Sum of RGB (Red+Green+Blue) = 10+214+132=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD684 is #F5297B. Grayscale: #8F8F8F. Windows color (decimal): -16066940 or 8705546. OLE color: 8705546.
HSL color Cylindrical-coordinate representation of color #0AD684: hue angle of 155.88º 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 #0AD684 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 132 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.16 |
| HSL | 155.88º | 0.91% | 0.44% | - |
| HSV(B) | 155.88º | 0.95% | 0.84% | - |
| XYZ | 28.34 | 49.82 | 29.95 | - |
| YUV | 143.66 | 121.41 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 132 | 0.95 | 0 | 0.38 | 0.16 | 155.88 | 0.91 | 0.44 |
| Hex | A | D6 | 84 | 5F | 0 | 26 | 10 | 9C | 5B | 2C |
| Octal | 12 | 326 | 204 | 137 | 0 | 46 | 20 | 234 | 133 | 54 |
| Binary | 1010 | 11010110 | 10000100 | 1011111 | 0 | 100110 | 10000 | 10011100 | 1011011 | 101100 |
Color Harmonies of #0AD684
Complementary color
Monochromatic Colors of #0AD684
Black with #0AD684
Text Example
Text Example
White with #0AD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD684; }
p { color: rgb(10,214,132); }
H1.HeaderClassName
{
color: #0AD684;
}
.AnyTagClassName
{
color: #0AD684;
}
</style>
background-color css
<style>
a { background-color: #0AD684; }
a { background-color: rgb(10,214,132); }
div.DivClassName
{
background-color: #0AD684;
}
.BgClassName
{
background-color: #0AD684;
}
</style>
border-color css
<style>
span { border-color: #0AD684; }
span { border-color: rgb(10,214,132); }
td.TdClassName
{
border-color: #0AD684;
}
.TagClassName
{
border-color: #0AD684;
}
</style>