Shades of Caribbean Green #0AD498
Tints of Caribbean Green #0AD498
RGB
CMYK
RGB Variations
Color information
#0AD498 (or 0x0AD498) is known color: Caribbean Green. HEX triplet: 0A, D4 and 98. RGB value is (10,212,152). Sum of RGB (Red+Green+Blue) = 10+212+152=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD498 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD498 is #F52B67. Grayscale: #909090. Windows color (decimal): -16067432 or 10015754. OLE color: 10015754.
HSL color Cylindrical-coordinate representation of color #0AD498: hue angle of 162.18º 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 #0AD498 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 152 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.17 |
| HSL | 162.18º | 0.91% | 0.44% | - |
| HSV(B) | 162.18º | 0.95% | 0.83% | - |
| XYZ | 29.34 | 49.42 | 37.7 | - |
| YUV | 144.76 | 132.08 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 152 | 0.95 | 0 | 0.28 | 0.17 | 162.18 | 0.91 | 0.44 |
| Hex | A | D4 | 98 | 5F | 0 | 1C | 11 | A2 | 5B | 2C |
| Octal | 12 | 324 | 230 | 137 | 0 | 34 | 21 | 242 | 133 | 54 |
| Binary | 1010 | 11010100 | 10011000 | 1011111 | 0 | 11100 | 10001 | 10100010 | 1011011 | 101100 |
Color Harmonies of #0AD498
Complementary color
Monochromatic Colors of #0AD498
Black with #0AD498
Text Example
Text Example
White with #0AD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD498; }
p { color: rgb(10,212,152); }
H1.HeaderClassName
{
color: #0AD498;
}
.AnyTagClassName
{
color: #0AD498;
}
</style>
background-color css
<style>
a { background-color: #0AD498; }
a { background-color: rgb(10,212,152); }
div.DivClassName
{
background-color: #0AD498;
}
.BgClassName
{
background-color: #0AD498;
}
</style>
border-color css
<style>
span { border-color: #0AD498; }
span { border-color: rgb(10,212,152); }
td.TdClassName
{
border-color: #0AD498;
}
.TagClassName
{
border-color: #0AD498;
}
</style>