Shades of Caribbean Green #07E09A
Tints of Caribbean Green #07E09A
RGB
CMYK
RGB Variations
Color information
#07E09A (or 0x07E09A) is known color: Caribbean Green. HEX triplet: 07, E0 and 9A. RGB value is (7,224,154). Sum of RGB (Red+Green+Blue) = 7+224+154=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #07E09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07E09A is #F81F65. Grayscale: #979797. Windows color (decimal): -16260966 or 10149895. OLE color: 10149895.
HSL color Cylindrical-coordinate representation of color #07E09A: hue angle of 160.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E09A is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 154 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.12 |
| HSL | 160.65º | 0.94% | 0.45% | - |
| HSV(B) | 160.65º | 0.97% | 0.88% | - |
| XYZ | 32.58 | 55.69 | 39.6 | - |
| YUV | 151.14 | 129.61 | 25.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 154 | 0.97 | 0 | 0.31 | 0.12 | 160.65 | 0.94 | 0.45 |
| Hex | 7 | E0 | 9A | 61 | 0 | 1F | C | A1 | 5E | 2D |
| Octal | 7 | 340 | 232 | 141 | 0 | 37 | 14 | 241 | 136 | 55 |
| Binary | 111 | 11100000 | 10011010 | 1100001 | 0 | 11111 | 1100 | 10100001 | 1011110 | 101101 |
Color Harmonies of #07E09A
Complementary color
Monochromatic Colors of #07E09A
Black with #07E09A
Text Example
Text Example
White with #07E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E09A; }
p { color: rgb(7,224,154); }
H1.HeaderClassName
{
color: #07E09A;
}
.AnyTagClassName
{
color: #07E09A;
}
</style>
background-color css
<style>
a { background-color: #07E09A; }
a { background-color: rgb(7,224,154); }
div.DivClassName
{
background-color: #07E09A;
}
.BgClassName
{
background-color: #07E09A;
}
</style>
border-color css
<style>
span { border-color: #07E09A; }
span { border-color: rgb(7,224,154); }
td.TdClassName
{
border-color: #07E09A;
}
.TagClassName
{
border-color: #07E09A;
}
</style>