Html Css Color HEX #0ED689 Caribbean Green

📋 copy color: '#0ED689'

red 14 ◦ green 214 ◦ blue 137

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

Shades of Caribbean Green #0ED689

Tints of Caribbean Green #0ED689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 3.84%
G = 58.63%
B = 37.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#0ED689 (or 0x0ED689) is known color: Caribbean Green. HEX triplet: 0E, D6 and 89. RGB value is (14,214,137). Sum of RGB (Red+Green+Blue) = 14+214+137=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED689 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED689 is #F12976. Grayscale: #919191. Windows color (decimal): -15804791 or 9033230. OLE color: 9033230.

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

Color convert

RGB 14 214 137 -
CMYK 0.93 0 0.36 0.16
HSL 156.9º 0.88% 0.45% -
HSV(B) 156.9º 0.93% 0.84% -
XYZ 28.74 49.99 31.8 -
YUV 145.42 123.24 34.26 -
System Red Green Blue C M Y K H S L
Decimal 14 214 137 0.93 0 0.36 0.16 156.9 0.88 0.45
Hex E D6 89 5D 0 24 10 9D 58 2D
Octal 16 326 211 135 0 44 20 235 130 55
Binary 1110 11010110 10001001 1011101 0 100100 10000 10011101 1011000 101101

Color Harmonies of #0ED689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED689

Black with #0ED689

Text Example


Text Example

White with #0ED689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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