Shades of Caribbean Green #0ADF94
Tints of Caribbean Green #0ADF94
RGB
CMYK
RGB Variations
Color information
#0ADF94 (or 0x0ADF94) is known color: Caribbean Green. HEX triplet: 0A, DF and 94. RGB value is (10,223,148). Sum of RGB (Red+Green+Blue) = 10+223+148=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADF94 is #F5206B. Grayscale: #969696. Windows color (decimal): -16064620 or 9756426. OLE color: 9756426.
HSL color Cylindrical-coordinate representation of color #0ADF94: hue angle of 158.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADF94 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 148 | - |
| CMYK | 0.96 | 0 | 0.34 | 0.13 |
| HSL | 158.87º | 0.91% | 0.46% | - |
| HSV(B) | 158.87º | 0.96% | 0.87% | - |
| XYZ | 31.86 | 54.98 | 36.95 | - |
| YUV | 150.76 | 126.43 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 148 | 0.96 | 0 | 0.34 | 0.13 | 158.87 | 0.91 | 0.46 |
| Hex | A | DF | 94 | 60 | 0 | 22 | D | 9F | 5B | 2E |
| Octal | 12 | 337 | 224 | 140 | 0 | 42 | 15 | 237 | 133 | 56 |
| Binary | 1010 | 11011111 | 10010100 | 1100000 | 0 | 100010 | 1101 | 10011111 | 1011011 | 101110 |
Color Harmonies of #0ADF94
Complementary color
Monochromatic Colors of #0ADF94
Black with #0ADF94
Text Example
Text Example
White with #0ADF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF94; }
p { color: rgb(10,223,148); }
H1.HeaderClassName
{
color: #0ADF94;
}
.AnyTagClassName
{
color: #0ADF94;
}
</style>
background-color css
<style>
a { background-color: #0ADF94; }
a { background-color: rgb(10,223,148); }
div.DivClassName
{
background-color: #0ADF94;
}
.BgClassName
{
background-color: #0ADF94;
}
</style>
border-color css
<style>
span { border-color: #0ADF94; }
span { border-color: rgb(10,223,148); }
td.TdClassName
{
border-color: #0ADF94;
}
.TagClassName
{
border-color: #0ADF94;
}
</style>