Html Css Color HEX #0ED59E Caribbean Green

📋 copy color: '#0ED59E'

red 14 ◦ green 213 ◦ blue 158

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

Shades of Caribbean Green #0ED59E

Tints of Caribbean Green #0ED59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.32%

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 3.64%
G = 55.32%
B = 41.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#0ED59E (or 0x0ED59E) is known color: Caribbean Green. HEX triplet: 0E, D5 and 9E. RGB value is (14,213,158). Sum of RGB (Red+Green+Blue) = 14+213+158=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED59E is #F12A61. Grayscale: #939393. Windows color (decimal): -15805026 or 10409230. OLE color: 10409230.

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

Color convert

RGB 14 213 158 -
CMYK 0.93 0 0.26 0.16
HSL 163.42º 0.88% 0.45% -
HSV(B) 163.42º 0.93% 0.84% -
XYZ 30.15 50.15 40.44 -
YUV 147.23 134.07 32.97 -
System Red Green Blue C M Y K H S L
Decimal 14 213 158 0.93 0 0.26 0.16 163.42 0.88 0.45
Hex E D5 9E 5D 0 1A 10 A3 58 2D
Octal 16 325 236 135 0 32 20 243 130 55
Binary 1110 11010101 10011110 1011101 0 11010 10000 10100011 1011000 101101

Color Harmonies of #0ED59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED59E

Black with #0ED59E

Text Example


Text Example

White with #0ED59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,213,158); }

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

background-color css

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

 a { background-color: rgb(14,213,158); }

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

border-color css

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

 span { border-color: rgb(14,213,158); }

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