Shades of Caribbean Green #0AD49C
Tints of Caribbean Green #0AD49C
RGB
CMYK
RGB Variations
Color information
#0AD49C (or 0x0AD49C) is known color: Caribbean Green. HEX triplet: 0A, D4 and 9C. RGB value is (10,212,156). Sum of RGB (Red+Green+Blue) = 10+212+156=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 212 (83.20% from 255 or 56.08% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD49C is #F52B63. Grayscale: #919191. Windows color (decimal): -16067428 or 10277898. OLE color: 10277898.
HSL color Cylindrical-coordinate representation of color #0AD49C: hue angle of 163.37º 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 #0AD49C is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 156 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.17 |
| HSL | 163.37º | 0.91% | 0.44% | - |
| HSV(B) | 163.37º | 0.95% | 0.83% | - |
| XYZ | 29.67 | 49.55 | 39.45 | - |
| YUV | 145.22 | 134.08 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 156 | 0.95 | 0 | 0.26 | 0.17 | 163.37 | 0.91 | 0.44 |
| Hex | A | D4 | 9C | 5F | 0 | 1A | 11 | A3 | 5B | 2C |
| Octal | 12 | 324 | 234 | 137 | 0 | 32 | 21 | 243 | 133 | 54 |
| Binary | 1010 | 11010100 | 10011100 | 1011111 | 0 | 11010 | 10001 | 10100011 | 1011011 | 101100 |
Color Harmonies of #0AD49C
Complementary color
Monochromatic Colors of #0AD49C
Black with #0AD49C
Text Example
Text Example
White with #0AD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD49C; }
p { color: rgb(10,212,156); }
H1.HeaderClassName
{
color: #0AD49C;
}
.AnyTagClassName
{
color: #0AD49C;
}
</style>
background-color css
<style>
a { background-color: #0AD49C; }
a { background-color: rgb(10,212,156); }
div.DivClassName
{
background-color: #0AD49C;
}
.BgClassName
{
background-color: #0AD49C;
}
</style>
border-color css
<style>
span { border-color: #0AD49C; }
span { border-color: rgb(10,212,156); }
td.TdClassName
{
border-color: #0AD49C;
}
.TagClassName
{
border-color: #0AD49C;
}
</style>