Shades of Caribbean Green #0ADF8F
Tints of Caribbean Green #0ADF8F
RGB
CMYK
RGB Variations
Color information
#0ADF8F (or 0x0ADF8F) is known color: Caribbean Green. HEX triplet: 0A, DF and 8F. RGB value is (10,223,143). Sum of RGB (Red+Green+Blue) = 10+223+143=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADF8F is #F52070. Grayscale: #969696. Windows color (decimal): -16064625 or 9428746. OLE color: 9428746.
HSL color Cylindrical-coordinate representation of color #0ADF8F: hue angle of 157.46º 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 #0ADF8F is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 143 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.13 |
| HSL | 157.46º | 0.91% | 0.46% | - |
| HSV(B) | 157.46º | 0.96% | 0.87% | - |
| XYZ | 31.47 | 54.82 | 34.91 | - |
| YUV | 150.19 | 123.93 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 143 | 0.96 | 0 | 0.36 | 0.13 | 157.46 | 0.91 | 0.46 |
| Hex | A | DF | 8F | 60 | 0 | 24 | D | 9D | 5B | 2E |
| Octal | 12 | 337 | 217 | 140 | 0 | 44 | 15 | 235 | 133 | 56 |
| Binary | 1010 | 11011111 | 10001111 | 1100000 | 0 | 100100 | 1101 | 10011101 | 1011011 | 101110 |
Color Harmonies of #0ADF8F
Complementary color
Monochromatic Colors of #0ADF8F
Black with #0ADF8F
Text Example
Text Example
White with #0ADF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF8F; }
p { color: rgb(10,223,143); }
H1.HeaderClassName
{
color: #0ADF8F;
}
.AnyTagClassName
{
color: #0ADF8F;
}
</style>
background-color css
<style>
a { background-color: #0ADF8F; }
a { background-color: rgb(10,223,143); }
div.DivClassName
{
background-color: #0ADF8F;
}
.BgClassName
{
background-color: #0ADF8F;
}
</style>
border-color css
<style>
span { border-color: #0ADF8F; }
span { border-color: rgb(10,223,143); }
td.TdClassName
{
border-color: #0ADF8F;
}
.TagClassName
{
border-color: #0ADF8F;
}
</style>