Shades of Caribbean Green #0AD497
Tints of Caribbean Green #0AD497
RGB
CMYK
RGB Variations
Color information
#0AD497 (or 0x0AD497) is known color: Caribbean Green. HEX triplet: 0A, D4 and 97. RGB value is (10,212,151). Sum of RGB (Red+Green+Blue) = 10+212+151=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD497 is #F52B68. Grayscale: #909090. Windows color (decimal): -16067433 or 9950218. OLE color: 9950218.
HSL color Cylindrical-coordinate representation of color #0AD497: hue angle of 161.88º 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 #0AD497 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 151 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.17 |
| HSL | 161.88º | 0.91% | 0.44% | - |
| HSV(B) | 161.88º | 0.95% | 0.83% | - |
| XYZ | 29.25 | 49.39 | 37.27 | - |
| YUV | 144.65 | 131.58 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 151 | 0.95 | 0 | 0.29 | 0.17 | 161.88 | 0.91 | 0.44 |
| Hex | A | D4 | 97 | 5F | 0 | 1D | 11 | A2 | 5B | 2C |
| Octal | 12 | 324 | 227 | 137 | 0 | 35 | 21 | 242 | 133 | 54 |
| Binary | 1010 | 11010100 | 10010111 | 1011111 | 0 | 11101 | 10001 | 10100010 | 1011011 | 101100 |
Color Harmonies of #0AD497
Complementary color
Monochromatic Colors of #0AD497
Black with #0AD497
Text Example
Text Example
White with #0AD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD497; }
p { color: rgb(10,212,151); }
H1.HeaderClassName
{
color: #0AD497;
}
.AnyTagClassName
{
color: #0AD497;
}
</style>
background-color css
<style>
a { background-color: #0AD497; }
a { background-color: rgb(10,212,151); }
div.DivClassName
{
background-color: #0AD497;
}
.BgClassName
{
background-color: #0AD497;
}
</style>
border-color css
<style>
span { border-color: #0AD497; }
span { border-color: rgb(10,212,151); }
td.TdClassName
{
border-color: #0AD497;
}
.TagClassName
{
border-color: #0AD497;
}
</style>