Shades of Caribbean Green #0AD478
Tints of Caribbean Green #0AD478
RGB
CMYK
RGB Variations
Color information
#0AD478 (or 0x0AD478) is known color: Caribbean Green. HEX triplet: 0A, D4 and 78. RGB value is (10,212,120). Sum of RGB (Red+Green+Blue) = 10+212+120=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD478 is #F52B87. Grayscale: #8D8D8D. Windows color (decimal): -16067464 or 7918602. OLE color: 7918602.
HSL color Cylindrical-coordinate representation of color #0AD478: hue angle of 152.67º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD478 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 120 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.17 |
| HSL | 152.67º | 0.91% | 0.44% | - |
| HSV(B) | 152.67º | 0.95% | 0.83% | - |
| XYZ | 27.06 | 48.51 | 25.71 | - |
| YUV | 141.11 | 116.08 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 120 | 0.95 | 0 | 0.43 | 0.17 | 152.67 | 0.91 | 0.44 |
| Hex | A | D4 | 78 | 5F | 0 | 2B | 11 | 99 | 5B | 2C |
| Octal | 12 | 324 | 170 | 137 | 0 | 53 | 21 | 231 | 133 | 54 |
| Binary | 1010 | 11010100 | 1111000 | 1011111 | 0 | 101011 | 10001 | 10011001 | 1011011 | 101100 |
Color Harmonies of #0AD478
Complementary color
Monochromatic Colors of #0AD478
Black with #0AD478
Text Example
Text Example
White with #0AD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD478; }
p { color: rgb(10,212,120); }
H1.HeaderClassName
{
color: #0AD478;
}
.AnyTagClassName
{
color: #0AD478;
}
</style>
background-color css
<style>
a { background-color: #0AD478; }
a { background-color: rgb(10,212,120); }
div.DivClassName
{
background-color: #0AD478;
}
.BgClassName
{
background-color: #0AD478;
}
</style>
border-color css
<style>
span { border-color: #0AD478; }
span { border-color: rgb(10,212,120); }
td.TdClassName
{
border-color: #0AD478;
}
.TagClassName
{
border-color: #0AD478;
}
</style>