Shades of Caribbean Green #02E0A9
Tints of Caribbean Green #02E0A9
RGB
CMYK
RGB Variations
Color information
#02E0A9 (or 0x02E0A9) is known color: Caribbean Green. HEX triplet: 02, E0 and A9. RGB value is (2,224,169). Sum of RGB (Red+Green+Blue) = 2+224+169=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #02E0A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E0A9 is #FD1F56. Grayscale: #979797. Windows color (decimal): -16588631 or 11132930. OLE color: 11132930.
HSL color Cylindrical-coordinate representation of color #02E0A9: hue angle of 165.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E0A9 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 169 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.12 |
| HSL | 165.14º | 0.98% | 0.44% | - |
| HSV(B) | 165.14º | 0.99% | 0.88% | - |
| XYZ | 33.84 | 56.19 | 46.6 | - |
| YUV | 151.35 | 137.95 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 169 | 0.99 | 0 | 0.25 | 0.12 | 165.14 | 0.98 | 0.44 |
| Hex | 2 | E0 | A9 | 63 | 0 | 19 | C | A5 | 62 | 2C |
| Octal | 2 | 340 | 251 | 143 | 0 | 31 | 14 | 245 | 142 | 54 |
| Binary | 10 | 11100000 | 10101001 | 1100011 | 0 | 11001 | 1100 | 10100101 | 1100010 | 101100 |
Color Harmonies of #02E0A9
Complementary color
Monochromatic Colors of #02E0A9
Black with #02E0A9
Text Example
Text Example
White with #02E0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E0A9; }
p { color: rgb(2,224,169); }
H1.HeaderClassName
{
color: #02E0A9;
}
.AnyTagClassName
{
color: #02E0A9;
}
</style>
background-color css
<style>
a { background-color: #02E0A9; }
a { background-color: rgb(2,224,169); }
div.DivClassName
{
background-color: #02E0A9;
}
.BgClassName
{
background-color: #02E0A9;
}
</style>
border-color css
<style>
span { border-color: #02E0A9; }
span { border-color: rgb(2,224,169); }
td.TdClassName
{
border-color: #02E0A9;
}
.TagClassName
{
border-color: #02E0A9;
}
</style>