Shades of Caribbean Green #0ADC9A
Tints of Caribbean Green #0ADC9A
RGB
CMYK
RGB Variations
Color information
#0ADC9A (or 0x0ADC9A) is known color: Caribbean Green. HEX triplet: 0A, DC and 9A. RGB value is (10,220,154). Sum of RGB (Red+Green+Blue) = 10+220+154=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADC9A is #F52365. Grayscale: #959595. Windows color (decimal): -16065382 or 10148874. OLE color: 10148874.
HSL color Cylindrical-coordinate representation of color #0ADC9A: hue angle of 161.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADC9A is Cyan = 0.95, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 154 | - |
| CMYK | 0.95 | 0 | 0.3 | 0.14 |
| HSL | 161.14º | 0.91% | 0.45% | - |
| HSV(B) | 161.14º | 0.95% | 0.86% | - |
| XYZ | 31.55 | 53.58 | 39.25 | - |
| YUV | 149.69 | 130.43 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 154 | 0.95 | 0 | 0.3 | 0.14 | 161.14 | 0.91 | 0.45 |
| Hex | A | DC | 9A | 5F | 0 | 1E | E | A1 | 5B | 2D |
| Octal | 12 | 334 | 232 | 137 | 0 | 36 | 16 | 241 | 133 | 55 |
| Binary | 1010 | 11011100 | 10011010 | 1011111 | 0 | 11110 | 1110 | 10100001 | 1011011 | 101101 |
Color Harmonies of #0ADC9A
Complementary color
Monochromatic Colors of #0ADC9A
Black with #0ADC9A
Text Example
Text Example
White with #0ADC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC9A; }
p { color: rgb(10,220,154); }
H1.HeaderClassName
{
color: #0ADC9A;
}
.AnyTagClassName
{
color: #0ADC9A;
}
</style>
background-color css
<style>
a { background-color: #0ADC9A; }
a { background-color: rgb(10,220,154); }
div.DivClassName
{
background-color: #0ADC9A;
}
.BgClassName
{
background-color: #0ADC9A;
}
</style>
border-color css
<style>
span { border-color: #0ADC9A; }
span { border-color: rgb(10,220,154); }
td.TdClassName
{
border-color: #0ADC9A;
}
.TagClassName
{
border-color: #0ADC9A;
}
</style>