Shades of Caribbean Green #0ADB92
Tints of Caribbean Green #0ADB92
RGB
CMYK
RGB Variations
Color information
#0ADB92 (or 0x0ADB92) is known color: Caribbean Green. HEX triplet: 0A, DB and 92. RGB value is (10,219,146). Sum of RGB (Red+Green+Blue) = 10+219+146=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADB92 is #F5246D. Grayscale: #949494. Windows color (decimal): -16065646 or 9624330. OLE color: 9624330.
HSL color Cylindrical-coordinate representation of color #0ADB92: hue angle of 159.04º 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 #0ADB92 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 146 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.14 |
| HSL | 159.04º | 0.91% | 0.45% | - |
| HSV(B) | 159.04º | 0.95% | 0.86% | - |
| XYZ | 30.65 | 52.8 | 35.77 | - |
| YUV | 148.19 | 126.76 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 146 | 0.95 | 0 | 0.33 | 0.14 | 159.04 | 0.91 | 0.45 |
| Hex | A | DB | 92 | 5F | 0 | 21 | E | 9F | 5B | 2D |
| Octal | 12 | 333 | 222 | 137 | 0 | 41 | 16 | 237 | 133 | 55 |
| Binary | 1010 | 11011011 | 10010010 | 1011111 | 0 | 100001 | 1110 | 10011111 | 1011011 | 101101 |
Color Harmonies of #0ADB92
Complementary color
Monochromatic Colors of #0ADB92
Black with #0ADB92
Text Example
Text Example
White with #0ADB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB92; }
p { color: rgb(10,219,146); }
H1.HeaderClassName
{
color: #0ADB92;
}
.AnyTagClassName
{
color: #0ADB92;
}
</style>
background-color css
<style>
a { background-color: #0ADB92; }
a { background-color: rgb(10,219,146); }
div.DivClassName
{
background-color: #0ADB92;
}
.BgClassName
{
background-color: #0ADB92;
}
</style>
border-color css
<style>
span { border-color: #0ADB92; }
span { border-color: rgb(10,219,146); }
td.TdClassName
{
border-color: #0ADB92;
}
.TagClassName
{
border-color: #0ADB92;
}
</style>