Html Css Color HEX #0ECD7E Mountain Meadow

📋 copy color: '#0ECD7E'

red 14 ◦ green 205 ◦ blue 126

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

Shades of Mountain Meadow #0ECD7E

Tints of Mountain Meadow #0ECD7E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.42%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 4.06%
G = 59.42%
B = 36.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#0ECD7E (or 0x0ECD7E) is known color: Mountain Meadow. HEX triplet: 0E, CD and 7E. RGB value is (14,205,126). Sum of RGB (Red+Green+Blue) = 14+205+126=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECD7E is #F13281. Grayscale: #8B8B8B. Windows color (decimal): -15807106 or 8310030. OLE color: 8310030.

HSL color Cylindrical-coordinate representation of color #0ECD7E: hue angle of 155.18º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD7E is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 14 205 126 -
CMYK 0.93 0 0.39 0.20
HSL 155.18º 0.87% 0.43% -
HSV(B) 155.18º 0.93% 0.8% -
XYZ 25.78 45.26 27.12 -
YUV 138.89 120.72 38.92 -
System Red Green Blue C M Y K H S L
Decimal 14 205 126 0.93 0 0.39 0.20 155.18 0.87 0.43
Hex E CD 7E 5D 0 27 14 9B 57 2B
Octal 16 315 176 135 0 47 24 233 127 53
Binary 1110 11001101 1111110 1011101 0 100111 10100 10011011 1010111 101011

Color Harmonies of #0ECD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECD7E

Black with #0ECD7E

Text Example


Text Example

White with #0ECD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,205,126); }

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

background-color css

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

 a { background-color: rgb(14,205,126); }

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

border-color css

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

 span { border-color: rgb(14,205,126); }

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