Html Css Color HEX #0EDD3B Malachite

📋 copy color: '#0EDD3B'

red 14 ◦ green 221 ◦ blue 59

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

Shades of Malachite #0EDD3B

Tints of Malachite #0EDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 4.76%
G = 75.17%
B = 20.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#0EDD3B (or 0x0EDD3B) is known color: Malachite. HEX triplet: 0E, DD and 3B. RGB value is (14,221,59). Sum of RGB (Red+Green+Blue) = 14+221+59=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDD3B is #F122C4. Grayscale: #8D8D8D. Windows color (decimal): -15803077 or 3923214. OLE color: 3923214.

HSL color Cylindrical-coordinate representation of color #0EDD3B: hue angle of 133.04º 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 #0EDD3B is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 59 -
CMYK 0.94 0 0.73 0.13
HSL 133.04º 0.88% 0.46% -
HSV(B) 133.04º 0.94% 0.87% -
XYZ 26.83 52.12 12.78 -
YUV 140.64 81.92 37.67 -
System Red Green Blue C M Y K H S L
Decimal 14 221 59 0.94 0 0.73 0.13 133.04 0.88 0.46
Hex E DD 3B 5E 0 49 D 85 58 2E
Octal 16 335 73 136 0 111 15 205 130 56
Binary 1110 11011101 111011 1011110 0 1001001 1101 10000101 1011000 101110

Color Harmonies of #0EDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD3B

Black with #0EDD3B

Text Example


Text Example

White with #0EDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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