Shades of Caribbean Green #0AE299
Tints of Caribbean Green #0AE299
RGB
CMYK
RGB Variations
Color information
#0AE299 (or 0x0AE299) is known color: Caribbean Green. HEX triplet: 0A, E2 and 99. RGB value is (10,226,153). Sum of RGB (Red+Green+Blue) = 10+226+153=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE299 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE299 is #F51D66. Grayscale: #999999. Windows color (decimal): -16063847 or 10084874. OLE color: 10084874.
HSL color Cylindrical-coordinate representation of color #0AE299: hue angle of 159.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE299 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 226 | 153 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.11 |
| HSL | 159.72º | 0.92% | 0.46% | - |
| HSV(B) | 159.72º | 0.96% | 0.89% | - |
| XYZ | 33.07 | 56.76 | 39.35 | - |
| YUV | 153.09 | 127.94 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 226 | 153 | 0.96 | 0 | 0.32 | 0.11 | 159.72 | 0.92 | 0.46 |
| Hex | A | E2 | 99 | 60 | 0 | 20 | B | A0 | 5C | 2E |
| Octal | 12 | 342 | 231 | 140 | 0 | 40 | 13 | 240 | 134 | 56 |
| Binary | 1010 | 11100010 | 10011001 | 1100000 | 0 | 100000 | 1011 | 10100000 | 1011100 | 101110 |
Color Harmonies of #0AE299
Complementary color
Monochromatic Colors of #0AE299
Black with #0AE299
Text Example
Text Example
White with #0AE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE299; }
p { color: rgb(10,226,153); }
H1.HeaderClassName
{
color: #0AE299;
}
.AnyTagClassName
{
color: #0AE299;
}
</style>
background-color css
<style>
a { background-color: #0AE299; }
a { background-color: rgb(10,226,153); }
div.DivClassName
{
background-color: #0AE299;
}
.BgClassName
{
background-color: #0AE299;
}
</style>
border-color css
<style>
span { border-color: #0AE299; }
span { border-color: rgb(10,226,153); }
td.TdClassName
{
border-color: #0AE299;
}
.TagClassName
{
border-color: #0AE299;
}
</style>