Html Css Color HEX #0ED075 Mountain Meadow

📋 copy color: '#0ED075'

red 14 ◦ green 208 ◦ blue 117

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

Shades of Mountain Meadow #0ED075

Tints of Mountain Meadow #0ED075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 4.13%
G = 61.36%
B = 34.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#0ED075 (or 0x0ED075) is known color: Mountain Meadow. HEX triplet: 0E, D0 and 75. RGB value is (14,208,117). Sum of RGB (Red+Green+Blue) = 14+208+117=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED075 is #F12F8A. Grayscale: #8B8B8B. Windows color (decimal): -15806347 or 7720974. OLE color: 7720974.

HSL color Cylindrical-coordinate representation of color #0ED075: hue angle of 151.86º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED075 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 117 -
CMYK 0.93 0 0.44 0.18
HSL 151.86º 0.87% 0.44% -
HSV(B) 151.86º 0.93% 0.82% -
XYZ 25.95 46.49 24.44 -
YUV 139.62 115.23 38.4 -
System Red Green Blue C M Y K H S L
Decimal 14 208 117 0.93 0 0.44 0.18 151.86 0.87 0.44
Hex E D0 75 5D 0 2C 12 98 57 2C
Octal 16 320 165 135 0 54 22 230 127 54
Binary 1110 11010000 1110101 1011101 0 101100 10010 10011000 1010111 101100

Color Harmonies of #0ED075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED075

Black with #0ED075

Text Example


Text Example

White with #0ED075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,117); }

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

background-color css

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

 a { background-color: rgb(14,208,117); }

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

border-color css

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

 span { border-color: rgb(14,208,117); }

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