Html Css Color HEX #0ED69D Caribbean Green

📋 copy color: '#0ED69D'

red 14 ◦ green 214 ◦ blue 157

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

Shades of Caribbean Green #0ED69D

Tints of Caribbean Green #0ED69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.58%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 3.64%
G = 55.58%
B = 40.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#0ED69D (or 0x0ED69D) is known color: Caribbean Green. HEX triplet: 0E, D6 and 9D. RGB value is (14,214,157). Sum of RGB (Red+Green+Blue) = 14+214+157=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED69D is #F12962. Grayscale: #939393. Windows color (decimal): -15804771 or 10343950. OLE color: 10343950.

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

Color convert

RGB 14 214 157 -
CMYK 0.93 0 0.27 0.16
HSL 162.9º 0.88% 0.45% -
HSV(B) 162.9º 0.93% 0.84% -
XYZ 30.31 50.62 40.07 -
YUV 147.7 133.24 32.63 -
System Red Green Blue C M Y K H S L
Decimal 14 214 157 0.93 0 0.27 0.16 162.9 0.88 0.45
Hex E D6 9D 5D 0 1B 10 A3 58 2D
Octal 16 326 235 135 0 33 20 243 130 55
Binary 1110 11010110 10011101 1011101 0 11011 10000 10100011 1011000 101101

Color Harmonies of #0ED69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED69D

Black with #0ED69D

Text Example


Text Example

White with #0ED69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,157); }

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

background-color css

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

 a { background-color: rgb(14,214,157); }

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

border-color css

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

 span { border-color: rgb(14,214,157); }

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