#0ED261

Color #0ED261 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0ED261

Tints of Malachite #0ED261

Color information

#0ED261 (or 0x0ED261) is unknown color: approx Malachite. HEX triplet: 0E, D2 and 61. RGB value is (14,210,97). Sum of RGB (Red+Green+Blue) = 14+210+97=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED261 is #F12D9E. Grayscale: #8A8A8A. Windows color (decimal): -15805855 or 6410766. OLE color: 6410766.

HSL color Cylindrical-coordinate representation of color #0ED261: hue angle of 145.41º 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 #0ED261 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB1421097-
CMYK0.9300.540.18
HSL145.41º87.5%43.92%-
HSV(B)145.41º93.33%82.35%-
XYZ25.3947.0519.05-
YUV138.51104.5739.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.36%
GREEN value IS 210 (82.42% from 255) = 65.42%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=4.36%
G=65.42%
B=30.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14210970.9300.540.18145.4187.543.92
HexED2615D0361291582c
Octal163221411350662222113054
Binary11101101001011000011011101011011010010100100011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ED261;
 }
 .AnyTagClassName
 {
   color: #0ED261;
 }
</style>
background-color css

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

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

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

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

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

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