Html Css Color HEX #0ED953 Malachite

📋 copy color: '#0ED953'

red 14 ◦ green 217 ◦ blue 83

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

Shades of Malachite #0ED953

Tints of Malachite #0ED953

RGB

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

 GREEN value IS 217 (85.16% from 255) = 69.11%

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

R = 4.46%
G = 69.11%
B = 26.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#0ED953 (or 0x0ED953) is known color: Malachite. HEX triplet: 0E, D9 and 53. RGB value is (14,217,83). Sum of RGB (Red+Green+Blue) = 14+217+83=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED953 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED953 is #F126AC. Grayscale: #8D8D8D. Windows color (decimal): -15804077 or 5495054. OLE color: 5495054.

HSL color Cylindrical-coordinate representation of color #0ED953: hue angle of 140.39º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED953 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 217 83 -
CMYK 0.94 0 0.62 0.15
HSL 140.39º 0.88% 0.45% -
HSV(B) 140.39º 0.94% 0.85% -
XYZ 26.56 50.34 16.5 -
YUV 141.03 95.25 37.4 -
System Red Green Blue C M Y K H S L
Decimal 14 217 83 0.94 0 0.62 0.15 140.39 0.88 0.45
Hex E D9 53 5E 0 3E F 8C 58 2D
Octal 16 331 123 136 0 76 17 214 130 55
Binary 1110 11011001 1010011 1011110 0 111110 1111 10001100 1011000 101101

Color Harmonies of #0ED953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED953

Black with #0ED953

Text Example


Text Example

White with #0ED953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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