#0ED794

Color #0ED794 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0ED794

Tints of Caribbean Green #0ED794

Color information

#0ED794 (or 0x0ED794) is unknown color: approx Caribbean Green. HEX triplet: 0E, D7 and 94. RGB value is (14,215,148). Sum of RGB (Red+Green+Blue) = 14+215+148=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED794 is #F1286B. Grayscale: #939393. Windows color (decimal): -15804524 or 9754382. OLE color: 9754382.

HSL color Cylindrical-coordinate representation of color #0ED794: hue angle of 160º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED794 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB14215148-
CMYK0.9300.310.16
HSL160º87.77%44.9%-
HSV(B)160º93.49%84.31%-
XYZ29.8350.8336.26-
YUV147.26128.4132.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 3.71%
GREEN value IS 215 (84.38% from 255) = 57.03%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=3.71%
G=57.03%
B=39.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142151480.9300.310.1616087.7744.9
HexED7945D01F10a0582d
Octal163272241350372024013055
Binary11101101011110010100101110101111110000101000001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ED794; }

 p { color: rgb(14,215,148); }

 H1.HeaderClassName
 {
   color: #0ED794;
 }
 .AnyTagClassName
 {
   color: #0ED794;
 }
</style>
background-color css

<style>
 a { background-color: #0ED794; }

 a { background-color: rgb(14,215,148); }

 div.DivClassName
 {
   background-color: #0ED794;
 }
 .BgClassName
 {
   background-color: #0ED794;
 }
</style>
border-color css

<style>
 span { border-color: #0ED794; }

 span { border-color: rgb(14,215,148); }

 td.TdClassName
 {
   border-color: #0ED794;
 }
 .TagClassName
 {
   border-color: #0ED794;
 }
</style>