Shades of Caribbean Green #0AD68F
Tints of Caribbean Green #0AD68F
RGB
CMYK
RGB Variations
Color information
#0AD68F (or 0x0AD68F) is known color: Caribbean Green. HEX triplet: 0A, D6 and 8F. RGB value is (10,214,143). Sum of RGB (Red+Green+Blue) = 10+214+143=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD68F is #F52970. Grayscale: #909090. Windows color (decimal): -16066929 or 9426442. OLE color: 9426442.
HSL color Cylindrical-coordinate representation of color #0AD68F: hue angle of 159.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 #0AD68F is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 143 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.16 |
| HSL | 159.12º | 0.91% | 0.44% | - |
| HSV(B) | 159.12º | 0.95% | 0.84% | - |
| XYZ | 29.13 | 50.14 | 34.13 | - |
| YUV | 144.91 | 126.91 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 143 | 0.95 | 0 | 0.33 | 0.16 | 159.12 | 0.91 | 0.44 |
| Hex | A | D6 | 8F | 5F | 0 | 21 | 10 | 9F | 5B | 2C |
| Octal | 12 | 326 | 217 | 137 | 0 | 41 | 20 | 237 | 133 | 54 |
| Binary | 1010 | 11010110 | 10001111 | 1011111 | 0 | 100001 | 10000 | 10011111 | 1011011 | 101100 |
Color Harmonies of #0AD68F
Complementary color
Monochromatic Colors of #0AD68F
Black with #0AD68F
Text Example
Text Example
White with #0AD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD68F; }
p { color: rgb(10,214,143); }
H1.HeaderClassName
{
color: #0AD68F;
}
.AnyTagClassName
{
color: #0AD68F;
}
</style>
background-color css
<style>
a { background-color: #0AD68F; }
a { background-color: rgb(10,214,143); }
div.DivClassName
{
background-color: #0AD68F;
}
.BgClassName
{
background-color: #0AD68F;
}
</style>
border-color css
<style>
span { border-color: #0AD68F; }
span { border-color: rgb(10,214,143); }
td.TdClassName
{
border-color: #0AD68F;
}
.TagClassName
{
border-color: #0AD68F;
}
</style>