Html Css Color HEX #0ED78D Caribbean Green

📋 copy color: '#0ED78D'

red 14 ◦ green 215 ◦ blue 141

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

Shades of Caribbean Green #0ED78D

Tints of Caribbean Green #0ED78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 3.78%
G = 58.11%
B = 38.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#0ED78D (or 0x0ED78D) is known color: Caribbean Green. HEX triplet: 0E, D7 and 8D. RGB value is (14,215,141). Sum of RGB (Red+Green+Blue) = 14+215+141=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED78D is #F12872. Grayscale: #929292. Windows color (decimal): -15804531 or 9295630. OLE color: 9295630.

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

Color convert

RGB 14 215 141 -
CMYK 0.93 0 0.34 0.16
HSL 157.91º 0.88% 0.45% -
HSV(B) 157.91º 0.93% 0.84% -
XYZ 29.29 50.62 33.43 -
YUV 146.47 124.91 33.52 -
System Red Green Blue C M Y K H S L
Decimal 14 215 141 0.93 0 0.34 0.16 157.91 0.88 0.45
Hex E D7 8D 5D 0 22 10 9E 58 2D
Octal 16 327 215 135 0 42 20 236 130 55
Binary 1110 11010111 10001101 1011101 0 100010 10000 10011110 1011000 101101

Color Harmonies of #0ED78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED78D

Black with #0ED78D

Text Example


Text Example

White with #0ED78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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