Shades of Caribbean Green #0AD68A
Tints of Caribbean Green #0AD68A
RGB
CMYK
RGB Variations
Color information
#0AD68A (or 0x0AD68A) is known color: Caribbean Green. HEX triplet: 0A, D6 and 8A. RGB value is (10,214,138). Sum of RGB (Red+Green+Blue) = 10+214+138=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD68A is #F52975. Grayscale: #909090. Windows color (decimal): -16066934 or 9098762. OLE color: 9098762.
HSL color Cylindrical-coordinate representation of color #0AD68A: hue angle of 157.65º 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 #0AD68A is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 138 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.16 |
| HSL | 157.65º | 0.91% | 0.44% | - |
| HSV(B) | 157.65º | 0.95% | 0.84% | - |
| XYZ | 28.76 | 49.99 | 32.18 | - |
| YUV | 144.34 | 124.41 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 138 | 0.95 | 0 | 0.36 | 0.16 | 157.65 | 0.91 | 0.44 |
| Hex | A | D6 | 8A | 5F | 0 | 24 | 10 | 9E | 5B | 2C |
| Octal | 12 | 326 | 212 | 137 | 0 | 44 | 20 | 236 | 133 | 54 |
| Binary | 1010 | 11010110 | 10001010 | 1011111 | 0 | 100100 | 10000 | 10011110 | 1011011 | 101100 |
Color Harmonies of #0AD68A
Complementary color
Monochromatic Colors of #0AD68A
Black with #0AD68A
Text Example
Text Example
White with #0AD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD68A; }
p { color: rgb(10,214,138); }
H1.HeaderClassName
{
color: #0AD68A;
}
.AnyTagClassName
{
color: #0AD68A;
}
</style>
background-color css
<style>
a { background-color: #0AD68A; }
a { background-color: rgb(10,214,138); }
div.DivClassName
{
background-color: #0AD68A;
}
.BgClassName
{
background-color: #0AD68A;
}
</style>
border-color css
<style>
span { border-color: #0AD68A; }
span { border-color: rgb(10,214,138); }
td.TdClassName
{
border-color: #0AD68A;
}
.TagClassName
{
border-color: #0AD68A;
}
</style>