Shades of Caribbean Green #0AD58A
Tints of Caribbean Green #0AD58A
RGB
CMYK
RGB Variations
Color information
#0AD58A (or 0x0AD58A) is known color: Caribbean Green. HEX triplet: 0A, D5 and 8A. RGB value is (10,213,138). Sum of RGB (Red+Green+Blue) = 10+213+138=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD58A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD58A is #F52A75. Grayscale: #8F8F8F. Windows color (decimal): -16067190 or 9098506. OLE color: 9098506.
HSL color Cylindrical-coordinate representation of color #0AD58A: hue angle of 157.83º 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 #0AD58A is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 138 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.16 |
| HSL | 157.83º | 0.91% | 0.44% | - |
| HSV(B) | 157.83º | 0.95% | 0.84% | - |
| XYZ | 28.51 | 49.49 | 32.09 | - |
| YUV | 143.75 | 124.75 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 138 | 0.95 | 0 | 0.35 | 0.16 | 157.83 | 0.91 | 0.44 |
| Hex | A | D5 | 8A | 5F | 0 | 23 | 10 | 9E | 5B | 2C |
| Octal | 12 | 325 | 212 | 137 | 0 | 43 | 20 | 236 | 133 | 54 |
| Binary | 1010 | 11010101 | 10001010 | 1011111 | 0 | 100011 | 10000 | 10011110 | 1011011 | 101100 |
Color Harmonies of #0AD58A
Complementary color
Monochromatic Colors of #0AD58A
Black with #0AD58A
Text Example
Text Example
White with #0AD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD58A; }
p { color: rgb(10,213,138); }
H1.HeaderClassName
{
color: #0AD58A;
}
.AnyTagClassName
{
color: #0AD58A;
}
</style>
background-color css
<style>
a { background-color: #0AD58A; }
a { background-color: rgb(10,213,138); }
div.DivClassName
{
background-color: #0AD58A;
}
.BgClassName
{
background-color: #0AD58A;
}
</style>
border-color css
<style>
span { border-color: #0AD58A; }
span { border-color: rgb(10,213,138); }
td.TdClassName
{
border-color: #0AD58A;
}
.TagClassName
{
border-color: #0AD58A;
}
</style>