Shades of Caribbean Green #0AD18F
Tints of Caribbean Green #0AD18F
RGB
CMYK
RGB Variations
Color information
#0AD18F (or 0x0AD18F) is known color: Caribbean Green. HEX triplet: 0A, D1 and 8F. RGB value is (10,209,143). Sum of RGB (Red+Green+Blue) = 10+209+143=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #0AD18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD18F is #F52E70. Grayscale: #8E8E8E. Windows color (decimal): -16068209 or 9425162. OLE color: 9425162.
HSL color Cylindrical-coordinate representation of color #0AD18F: hue angle of 160.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD18F is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 209 | 143 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.18 |
| HSL | 160.1º | 0.91% | 0.43% | - |
| HSV(B) | 160.1º | 0.95% | 0.82% | - |
| XYZ | 27.88 | 47.65 | 33.71 | - |
| YUV | 141.98 | 128.57 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 209 | 143 | 0.95 | 0 | 0.32 | 0.18 | 160.1 | 0.91 | 0.43 |
| Hex | A | D1 | 8F | 5F | 0 | 20 | 12 | A0 | 5B | 2B |
| Octal | 12 | 321 | 217 | 137 | 0 | 40 | 22 | 240 | 133 | 53 |
| Binary | 1010 | 11010001 | 10001111 | 1011111 | 0 | 100000 | 10010 | 10100000 | 1011011 | 101011 |
Color Harmonies of #0AD18F
Complementary color
Monochromatic Colors of #0AD18F
Black with #0AD18F
Text Example
Text Example
White with #0AD18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD18F; }
p { color: rgb(10,209,143); }
H1.HeaderClassName
{
color: #0AD18F;
}
.AnyTagClassName
{
color: #0AD18F;
}
</style>
background-color css
<style>
a { background-color: #0AD18F; }
a { background-color: rgb(10,209,143); }
div.DivClassName
{
background-color: #0AD18F;
}
.BgClassName
{
background-color: #0AD18F;
}
</style>
border-color css
<style>
span { border-color: #0AD18F; }
span { border-color: rgb(10,209,143); }
td.TdClassName
{
border-color: #0AD18F;
}
.TagClassName
{
border-color: #0AD18F;
}
</style>