Shades of Caribbean Green #00E09A
Tints of Caribbean Green #00E09A
RGB
CMYK
RGB Variations
Color information
#00E09A (or 0x00E09A) is known color: Caribbean Green. HEX triplet: 00, E0 and 9A. RGB value is (0,224,154). Sum of RGB (Red+Green+Blue) = 0+224+154=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #00E09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00E09A is #FF1F65. Grayscale: #959595. Windows color (decimal): -16719718 or 10149888. OLE color: 10149888.
HSL color Cylindrical-coordinate representation of color #00E09A: hue angle of 161.25º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E09A is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 224 | 154 | - |
| CMYK | 1 | 0 | 0.31 | 0.12 |
| HSL | 161.25º | 1% | 0.44% | - |
| HSV(B) | 161.25º | 1% | 0.88% | - |
| XYZ | 32.49 | 55.64 | 39.6 | - |
| YUV | 149.04 | 130.79 | 21.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 154 | 1 | 0 | 0.31 | 0.12 | 161.25 | 1 | 0.44 |
| Hex | 0 | E0 | 9A | 64 | 0 | 1F | C | A1 | 64 | 2C |
| Octal | 0 | 340 | 232 | 144 | 0 | 37 | 14 | 241 | 144 | 54 |
| Binary | 0 | 11100000 | 10011010 | 1100100 | 0 | 11111 | 1100 | 10100001 | 1100100 | 101100 |
Color Harmonies of #00E09A
Complementary color
Monochromatic Colors of #00E09A
Black with #00E09A
Text Example
Text Example
White with #00E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E09A; }
p { color: rgb(0,224,154); }
H1.HeaderClassName
{
color: #00E09A;
}
.AnyTagClassName
{
color: #00E09A;
}
</style>
background-color css
<style>
a { background-color: #00E09A; }
a { background-color: rgb(0,224,154); }
div.DivClassName
{
background-color: #00E09A;
}
.BgClassName
{
background-color: #00E09A;
}
</style>
border-color css
<style>
span { border-color: #00E09A; }
span { border-color: rgb(0,224,154); }
td.TdClassName
{
border-color: #00E09A;
}
.TagClassName
{
border-color: #00E09A;
}
</style>