Html Css Color HEX #0ED78A Caribbean Green

📋 copy color: '#0ED78A'

red 14 ◦ green 215 ◦ blue 138

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

Shades of Caribbean Green #0ED78A

Tints of Caribbean Green #0ED78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 3.81%
G = 58.58%
B = 37.6%

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

#0ED78A (or 0x0ED78A) is known color: Caribbean Green. HEX triplet: 0E, D7 and 8A. RGB value is (14,215,138). Sum of RGB (Red+Green+Blue) = 14+215+138=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED78A is #F12875. Grayscale: #929292. Windows color (decimal): -15804534 or 9099022. OLE color: 9099022.

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

Color convert

RGB 14 215 138 -
CMYK 0.93 0 0.36 0.16
HSL 157.01º 0.88% 0.45% -
HSV(B) 157.01º 0.93% 0.84% -
XYZ 29.07 50.53 32.27 -
YUV 146.12 123.41 33.76 -
System Red Green Blue C M Y K H S L
Decimal 14 215 138 0.93 0 0.36 0.16 157.01 0.88 0.45
Hex E D7 8A 5D 0 24 10 9D 58 2D
Octal 16 327 212 135 0 44 20 235 130 55
Binary 1110 11010111 10001010 1011101 0 100100 10000 10011101 1011000 101101

Color Harmonies of #0ED78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED78A

Black with #0ED78A

Text Example


Text Example

White with #0ED78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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