Shades of Caribbean Green #0AD78A
Tints of Caribbean Green #0AD78A
RGB
CMYK
RGB Variations
Color information
#0AD78A (or 0x0AD78A) is known color: Caribbean Green. HEX triplet: 0A, D7 and 8A. RGB value is (10,215,138). Sum of RGB (Red+Green+Blue) = 10+215+138=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD78A is #F52875. Grayscale: #919191. Windows color (decimal): -16066678 or 9099018. OLE color: 9099018.
HSL color Cylindrical-coordinate representation of color #0AD78A: hue angle of 157.46º 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 #0AD78A is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 138 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.16 |
| HSL | 157.46º | 0.91% | 0.44% | - |
| HSV(B) | 157.46º | 0.95% | 0.84% | - |
| XYZ | 29.01 | 50.5 | 32.26 | - |
| YUV | 144.93 | 124.08 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 138 | 0.95 | 0 | 0.36 | 0.16 | 157.46 | 0.91 | 0.44 |
| Hex | A | D7 | 8A | 5F | 0 | 24 | 10 | 9D | 5B | 2C |
| Octal | 12 | 327 | 212 | 137 | 0 | 44 | 20 | 235 | 133 | 54 |
| Binary | 1010 | 11010111 | 10001010 | 1011111 | 0 | 100100 | 10000 | 10011101 | 1011011 | 101100 |
Color Harmonies of #0AD78A
Complementary color
Monochromatic Colors of #0AD78A
Black with #0AD78A
Text Example
Text Example
White with #0AD78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD78A; }
p { color: rgb(10,215,138); }
H1.HeaderClassName
{
color: #0AD78A;
}
.AnyTagClassName
{
color: #0AD78A;
}
</style>
background-color css
<style>
a { background-color: #0AD78A; }
a { background-color: rgb(10,215,138); }
div.DivClassName
{
background-color: #0AD78A;
}
.BgClassName
{
background-color: #0AD78A;
}
</style>
border-color css
<style>
span { border-color: #0AD78A; }
span { border-color: rgb(10,215,138); }
td.TdClassName
{
border-color: #0AD78A;
}
.TagClassName
{
border-color: #0AD78A;
}
</style>