#0ED196

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

Shades of Caribbean Green #0ED196

Tints of Caribbean Green #0ED196

Color information

#0ED196 (or 0x0ED196) is unknown color: approx Caribbean Green. HEX triplet: 0E, D1 and 96. RGB value is (14,209,150). Sum of RGB (Red+Green+Blue) = 14+209+150=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED196 is #F12E69. Grayscale: #909090. Windows color (decimal): -15806058 or 9883918. OLE color: 9883918.

HSL color Cylindrical-coordinate representation of color #0ED196: hue angle of 161.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED196 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB14209150-
CMYK0.9300.280.18
HSL161.85º87.44%43.73%-
HSV(B)161.85º93.3%81.96%-
XYZ28.4947.936.6-
YUV143.97131.435.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.75%
GREEN value IS 209 (82.03% from 255) = 56.03%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=3.75%
G=56.03%
B=40.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142091500.9300.280.18161.8587.4443.73
HexED1965D01C12a2572c
Octal163212261350342224212754
Binary11101101000110010110101110101110010010101000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,209,150); }

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

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

 a { background-color: rgb(14,209,150); }

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

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

 span { border-color: rgb(14,209,150); }

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