Shades of Caribbean Green #0ADC98
Tints of Caribbean Green #0ADC98
RGB
CMYK
RGB Variations
Color information
#0ADC98 (or 0x0ADC98) is known color: Caribbean Green. HEX triplet: 0A, DC and 98. RGB value is (10,220,152). Sum of RGB (Red+Green+Blue) = 10+220+152=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADC98 is #F52367. Grayscale: #959595. Windows color (decimal): -16065384 or 10017802. OLE color: 10017802.
HSL color Cylindrical-coordinate representation of color #0ADC98: hue angle of 160.57º 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 #0ADC98 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 152 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.14 |
| HSL | 160.57º | 0.91% | 0.45% | - |
| HSV(B) | 160.57º | 0.95% | 0.86% | - |
| XYZ | 31.39 | 53.52 | 38.38 | - |
| YUV | 149.46 | 129.43 | 28.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 152 | 0.95 | 0 | 0.31 | 0.14 | 160.57 | 0.91 | 0.45 |
| Hex | A | DC | 98 | 5F | 0 | 1F | E | A1 | 5B | 2D |
| Octal | 12 | 334 | 230 | 137 | 0 | 37 | 16 | 241 | 133 | 55 |
| Binary | 1010 | 11011100 | 10011000 | 1011111 | 0 | 11111 | 1110 | 10100001 | 1011011 | 101101 |
Color Harmonies of #0ADC98
Complementary color
Monochromatic Colors of #0ADC98
Black with #0ADC98
Text Example
Text Example
White with #0ADC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC98; }
p { color: rgb(10,220,152); }
H1.HeaderClassName
{
color: #0ADC98;
}
.AnyTagClassName
{
color: #0ADC98;
}
</style>
background-color css
<style>
a { background-color: #0ADC98; }
a { background-color: rgb(10,220,152); }
div.DivClassName
{
background-color: #0ADC98;
}
.BgClassName
{
background-color: #0ADC98;
}
</style>
border-color css
<style>
span { border-color: #0ADC98; }
span { border-color: rgb(10,220,152); }
td.TdClassName
{
border-color: #0ADC98;
}
.TagClassName
{
border-color: #0ADC98;
}
</style>