Html Css Color HEX #0ED062 Malachite

📋 copy color: '#0ED062'

red 14 ◦ green 208 ◦ blue 98

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

Shades of Malachite #0ED062

Tints of Malachite #0ED062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 4.38%
G = 65%
B = 30.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#0ED062 (or 0x0ED062) is known color: Malachite. HEX triplet: 0E, D0 and 62. RGB value is (14,208,98). Sum of RGB (Red+Green+Blue) = 14+208+98=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED062 is #F12F9D. Grayscale: #898989. Windows color (decimal): -15806366 or 6475790. OLE color: 6475790.

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

Color convert

RGB 14 208 98 -
CMYK 0.93 0 0.53 0.18
HSL 145.98º 0.87% 0.44% -
HSV(B) 145.98º 0.93% 0.82% -
XYZ 24.94 46.09 19.14 -
YUV 137.45 105.73 39.94 -
System Red Green Blue C M Y K H S L
Decimal 14 208 98 0.93 0 0.53 0.18 145.98 0.87 0.44
Hex E D0 62 5D 0 35 12 92 57 2C
Octal 16 320 142 135 0 65 22 222 127 54
Binary 1110 11010000 1100010 1011101 0 110101 10010 10010010 1010111 101100

Color Harmonies of #0ED062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED062

Black with #0ED062

Text Example


Text Example

White with #0ED062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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