Shades of Caribbean Green #0ADA93
Tints of Caribbean Green #0ADA93
RGB
CMYK
RGB Variations
Color information
#0ADA93 (or 0x0ADA93) is known color: Caribbean Green. HEX triplet: 0A, DA and 93. RGB value is (10,218,147). Sum of RGB (Red+Green+Blue) = 10+218+147=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADA93 is #F5256C. Grayscale: #939393. Windows color (decimal): -16065901 or 9689610. OLE color: 9689610.
HSL color Cylindrical-coordinate representation of color #0ADA93: hue angle of 159.52º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADA93 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 147 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.15 |
| HSL | 159.52º | 0.91% | 0.45% | - |
| HSV(B) | 159.52º | 0.95% | 0.85% | - |
| XYZ | 30.46 | 52.31 | 36.1 | - |
| YUV | 147.71 | 127.59 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 147 | 0.95 | 0 | 0.33 | 0.15 | 159.52 | 0.91 | 0.45 |
| Hex | A | DA | 93 | 5F | 0 | 21 | F | A0 | 5B | 2D |
| Octal | 12 | 332 | 223 | 137 | 0 | 41 | 17 | 240 | 133 | 55 |
| Binary | 1010 | 11011010 | 10010011 | 1011111 | 0 | 100001 | 1111 | 10100000 | 1011011 | 101101 |
Color Harmonies of #0ADA93
Complementary color
Monochromatic Colors of #0ADA93
Black with #0ADA93
Text Example
Text Example
White with #0ADA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA93; }
p { color: rgb(10,218,147); }
H1.HeaderClassName
{
color: #0ADA93;
}
.AnyTagClassName
{
color: #0ADA93;
}
</style>
background-color css
<style>
a { background-color: #0ADA93; }
a { background-color: rgb(10,218,147); }
div.DivClassName
{
background-color: #0ADA93;
}
.BgClassName
{
background-color: #0ADA93;
}
</style>
border-color css
<style>
span { border-color: #0ADA93; }
span { border-color: rgb(10,218,147); }
td.TdClassName
{
border-color: #0ADA93;
}
.TagClassName
{
border-color: #0ADA93;
}
</style>