Html Css Color HEX #0ED352 Malachite

📋 copy color: '#0ED352'

red 14 ◦ green 211 ◦ blue 82

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

Shades of Malachite #0ED352

Tints of Malachite #0ED352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 68.73%

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 4.56%
G = 68.73%
B = 26.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#0ED352 (or 0x0ED352) is known color: Malachite. HEX triplet: 0E, D3 and 52. RGB value is (14,211,82). Sum of RGB (Red+Green+Blue) = 14+211+82=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED352 is #F12CAD. Grayscale: #898989. Windows color (decimal): -15805614 or 5427982. OLE color: 5427982.

HSL color Cylindrical-coordinate representation of color #0ED352: hue angle of 140.71º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED352 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 82 -
CMYK 0.93 0 0.61 0.17
HSL 140.71º 0.88% 0.44% -
HSV(B) 140.71º 0.93% 0.83% -
XYZ 25 47.29 15.79 -
YUV 137.39 96.73 39.99 -
System Red Green Blue C M Y K H S L
Decimal 14 211 82 0.93 0 0.61 0.17 140.71 0.88 0.44
Hex E D3 52 5D 0 3D 11 8D 58 2C
Octal 16 323 122 135 0 75 21 215 130 54
Binary 1110 11010011 1010010 1011101 0 111101 10001 10001101 1011000 101100

Color Harmonies of #0ED352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED352

Black with #0ED352

Text Example


Text Example

White with #0ED352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,82); }

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

background-color css

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

 a { background-color: rgb(14,211,82); }

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

border-color css

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

 span { border-color: rgb(14,211,82); }

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