Shades of Caribbean Green #0AE18B
Tints of Caribbean Green #0AE18B
RGB
CMYK
RGB Variations
Color information
#0AE18B (or 0x0AE18B) is known color: Caribbean Green. HEX triplet: 0A, E1 and 8B. RGB value is (10,225,139). Sum of RGB (Red+Green+Blue) = 10+225+139=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE18B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE18B is #F51E74. Grayscale: #979797. Windows color (decimal): -16064117 or 9167114. OLE color: 9167114.
HSL color Cylindrical-coordinate representation of color #0AE18B: hue angle of 156º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE18B is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 225 | 139 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.12 |
| HSL | 156º | 0.91% | 0.46% | - |
| HSV(B) | 156º | 0.96% | 0.88% | - |
| XYZ | 31.71 | 55.78 | 33.52 | - |
| YUV | 150.91 | 121.27 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 225 | 139 | 0.96 | 0 | 0.38 | 0.12 | 156 | 0.91 | 0.46 |
| Hex | A | E1 | 8B | 60 | 0 | 26 | C | 9C | 5B | 2E |
| Octal | 12 | 341 | 213 | 140 | 0 | 46 | 14 | 234 | 133 | 56 |
| Binary | 1010 | 11100001 | 10001011 | 1100000 | 0 | 100110 | 1100 | 10011100 | 1011011 | 101110 |
Color Harmonies of #0AE18B
Complementary color
Monochromatic Colors of #0AE18B
Black with #0AE18B
Text Example
Text Example
White with #0AE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE18B; }
p { color: rgb(10,225,139); }
H1.HeaderClassName
{
color: #0AE18B;
}
.AnyTagClassName
{
color: #0AE18B;
}
</style>
background-color css
<style>
a { background-color: #0AE18B; }
a { background-color: rgb(10,225,139); }
div.DivClassName
{
background-color: #0AE18B;
}
.BgClassName
{
background-color: #0AE18B;
}
</style>
border-color css
<style>
span { border-color: #0AE18B; }
span { border-color: rgb(10,225,139); }
td.TdClassName
{
border-color: #0AE18B;
}
.TagClassName
{
border-color: #0AE18B;
}
</style>