Html Css Color HEX #0EDF53 Malachite

📋 copy color: '#0EDF53'

red 14 ◦ green 223 ◦ blue 83

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

Shades of Malachite #0EDF53

Tints of Malachite #0EDF53

RGB

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

 GREEN value IS 223 (87.5% from 255) = 69.69%

 BLUE value IS 83 (32.81% from 255) = 25.94%

R = 4.38%
G = 69.69%
B = 25.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#0EDF53 (or 0x0EDF53) is known color: Malachite. HEX triplet: 0E, DF and 53. RGB value is (14,223,83). Sum of RGB (Red+Green+Blue) = 14+223+83=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF53 is #F120AC. Grayscale: #909090. Windows color (decimal): -15802541 or 5496590. OLE color: 5496590.

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

Color convert

RGB 14 223 83 -
CMYK 0.94 0 0.63 0.13
HSL 139.81º 0.88% 0.46% -
HSV(B) 139.81º 0.94% 0.87% -
XYZ 28.13 53.49 17.03 -
YUV 144.55 93.26 34.88 -
System Red Green Blue C M Y K H S L
Decimal 14 223 83 0.94 0 0.63 0.13 139.81 0.88 0.46
Hex E DF 53 5E 0 3F D 8C 58 2E
Octal 16 337 123 136 0 77 15 214 130 56
Binary 1110 11011111 1010011 1011110 0 111111 1101 10001100 1011000 101110

Color Harmonies of #0EDF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDF53

Black with #0EDF53

Text Example


Text Example

White with #0EDF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,83); }

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

background-color css

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

 a { background-color: rgb(14,223,83); }

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

border-color css

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

 span { border-color: rgb(14,223,83); }

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