Shades of Caribbean Green #0ADF8C
Tints of Caribbean Green #0ADF8C
RGB
CMYK
RGB Variations
Color information
#0ADF8C (or 0x0ADF8C) is known color: Caribbean Green. HEX triplet: 0A, DF and 8C. RGB value is (10,223,140). Sum of RGB (Red+Green+Blue) = 10+223+140=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADF8C is #F52073. Grayscale: #959595. Windows color (decimal): -16064628 or 9232138. OLE color: 9232138.
HSL color Cylindrical-coordinate representation of color #0ADF8C: hue angle of 156.62º 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 #0ADF8C is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 140 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.13 |
| HSL | 156.62º | 0.91% | 0.46% | - |
| HSV(B) | 156.62º | 0.96% | 0.87% | - |
| XYZ | 31.25 | 54.73 | 33.73 | - |
| YUV | 149.85 | 122.43 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 140 | 0.96 | 0 | 0.37 | 0.13 | 156.62 | 0.91 | 0.46 |
| Hex | A | DF | 8C | 60 | 0 | 25 | D | 9D | 5B | 2E |
| Octal | 12 | 337 | 214 | 140 | 0 | 45 | 15 | 235 | 133 | 56 |
| Binary | 1010 | 11011111 | 10001100 | 1100000 | 0 | 100101 | 1101 | 10011101 | 1011011 | 101110 |
Color Harmonies of #0ADF8C
Complementary color
Monochromatic Colors of #0ADF8C
Black with #0ADF8C
Text Example
Text Example
White with #0ADF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF8C; }
p { color: rgb(10,223,140); }
H1.HeaderClassName
{
color: #0ADF8C;
}
.AnyTagClassName
{
color: #0ADF8C;
}
</style>
background-color css
<style>
a { background-color: #0ADF8C; }
a { background-color: rgb(10,223,140); }
div.DivClassName
{
background-color: #0ADF8C;
}
.BgClassName
{
background-color: #0ADF8C;
}
</style>
border-color css
<style>
span { border-color: #0ADF8C; }
span { border-color: rgb(10,223,140); }
td.TdClassName
{
border-color: #0ADF8C;
}
.TagClassName
{
border-color: #0ADF8C;
}
</style>