Html Css Color HEX #0EDD46 Malachite

📋 copy color: '#0EDD46'

red 14 ◦ green 221 ◦ blue 70

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

Shades of Malachite #0EDD46

Tints of Malachite #0EDD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.46%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 4.59%
G = 72.46%
B = 22.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#0EDD46 (or 0x0EDD46) is known color: Malachite. HEX triplet: 0E, DD and 46. RGB value is (14,221,70). Sum of RGB (Red+Green+Blue) = 14+221+70=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDD46 is #F122B9. Grayscale: #8E8E8E. Windows color (decimal): -15803066 or 4644110. OLE color: 4644110.

HSL color Cylindrical-coordinate representation of color #0EDD46: hue angle of 136.23º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD46 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 70 -
CMYK 0.94 0 0.68 0.13
HSL 136.23º 0.88% 0.46% -
HSV(B) 136.23º 0.94% 0.87% -
XYZ 27.14 52.25 14.45 -
YUV 141.89 87.42 36.78 -
System Red Green Blue C M Y K H S L
Decimal 14 221 70 0.94 0 0.68 0.13 136.23 0.88 0.46
Hex E DD 46 5E 0 44 D 88 58 2E
Octal 16 335 106 136 0 104 15 210 130 56
Binary 1110 11011101 1000110 1011110 0 1000100 1101 10001000 1011000 101110

Color Harmonies of #0EDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD46

Black with #0EDD46

Text Example


Text Example

White with #0EDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,70); }

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

background-color css

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

 a { background-color: rgb(14,221,70); }

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

border-color css

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

 span { border-color: rgb(14,221,70); }

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