Html Css Color HEX #0EBD73 Mountain Meadow

📋 copy color: '#0EBD73'

red 14 ◦ green 189 ◦ blue 115

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

Shades of Mountain Meadow #0EBD73

Tints of Mountain Meadow #0EBD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.43%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 4.4%
G = 59.43%
B = 36.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#0EBD73 (or 0x0EBD73) is known color: Mountain Meadow. HEX triplet: 0E, BD and 73. RGB value is (14,189,115). Sum of RGB (Red+Green+Blue) = 14+189+115=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD73 is #F1428C. Grayscale: #808080. Windows color (decimal): -15811213 or 7585038. OLE color: 7585038.

HSL color Cylindrical-coordinate representation of color #0EBD73: hue angle of 154.63º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBD73 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 189 115 -
CMYK 0.93 0 0.39 0.26
HSL 154.63º 0.86% 0.4% -
HSV(B) 154.63º 0.93% 0.74% -
XYZ 21.47 37.73 22.37 -
YUV 128.24 120.52 46.52 -
System Red Green Blue C M Y K H S L
Decimal 14 189 115 0.93 0 0.39 0.26 154.63 0.86 0.4
Hex E BD 73 5D 0 27 1A 9B 56 28
Octal 16 275 163 135 0 47 32 233 126 50
Binary 1110 10111101 1110011 1011101 0 100111 11010 10011011 1010110 101000

Color Harmonies of #0EBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBD73

Black with #0EBD73

Text Example


Text Example

White with #0EBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,189,115); }

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

background-color css

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

 a { background-color: rgb(14,189,115); }

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

border-color css

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

 span { border-color: rgb(14,189,115); }

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