Html Css Color HEX #0ED786 Caribbean Green

📋 copy color: '#0ED786'

red 14 ◦ green 215 ◦ blue 134

#0ED786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0ED786

Tints of Caribbean Green #0ED786

RGB

 RED value IS 14 (5.86% from 255) = 3.86%

 GREEN value IS 215 (84.38% from 255) = 59.23%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 3.86%
G = 59.23%
B = 36.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#0ED786 (or 0x0ED786) is known color: Caribbean Green. HEX triplet: 0E, D7 and 86. RGB value is (14,215,134). Sum of RGB (Red+Green+Blue) = 14+215+134=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED786 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED786 is #F12879. Grayscale: #919191. Windows color (decimal): -15804538 or 8836878. OLE color: 8836878.

HSL color Cylindrical-coordinate representation of color #0ED786: hue angle of 155.82º 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 #0ED786 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 134 -
CMYK 0.93 0 0.38 0.16
HSL 155.82º 0.88% 0.45% -
HSV(B) 155.82º 0.93% 0.84% -
XYZ 28.78 50.42 30.77 -
YUV 145.67 121.41 34.09 -
System Red Green Blue C M Y K H S L
Decimal 14 215 134 0.93 0 0.38 0.16 155.82 0.88 0.45
Hex E D7 86 5D 0 26 10 9C 58 2D
Octal 16 327 206 135 0 46 20 234 130 55
Binary 1110 11010111 10000110 1011101 0 100110 10000 10011100 1011000 101101

Color Harmonies of #0ED786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED786

Black with #0ED786

Text Example


Text Example

White with #0ED786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ED786;
 }
 .AnyTagClassName
 {
   color: #0ED786;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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