Html Css Color HEX #0ED265 Malachite

📋 copy color: '#0ED265'

red 14 ◦ green 210 ◦ blue 101

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

Shades of Malachite #0ED265

Tints of Malachite #0ED265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.62%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 4.31%
G = 64.62%
B = 31.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#0ED265 (or 0x0ED265) is known color: Malachite. HEX triplet: 0E, D2 and 65. RGB value is (14,210,101). Sum of RGB (Red+Green+Blue) = 14+210+101=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED265 is #F12D9A. Grayscale: #8B8B8B. Windows color (decimal): -15805851 or 6672910. OLE color: 6672910.

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

Color convert

RGB 14 210 101 -
CMYK 0.93 0 0.52 0.18
HSL 146.63º 0.88% 0.44% -
HSV(B) 146.63º 0.93% 0.82% -
XYZ 25.58 47.13 20.06 -
YUV 138.97 106.57 38.86 -
System Red Green Blue C M Y K H S L
Decimal 14 210 101 0.93 0 0.52 0.18 146.63 0.88 0.44
Hex E D2 65 5D 0 34 12 93 58 2C
Octal 16 322 145 135 0 64 22 223 130 54
Binary 1110 11010010 1100101 1011101 0 110100 10010 10010011 1011000 101100

Color Harmonies of #0ED265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED265

Black with #0ED265

Text Example


Text Example

White with #0ED265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,210,101); }

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

background-color css

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

 a { background-color: rgb(14,210,101); }

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

border-color css

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

 span { border-color: rgb(14,210,101); }

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