#0EC261

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

Shades of Malachite #0EC261

Tints of Malachite #0EC261

Color information

#0EC261 (or 0x0EC261) is unknown color: approx Malachite. HEX triplet: 0E, C2 and 61. RGB value is (14,194,97). Sum of RGB (Red+Green+Blue) = 14+194+97=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC261 is #F13D9E. Grayscale: #818181. Windows color (decimal): -15809951 or 6406670. OLE color: 6406670.

HSL color Cylindrical-coordinate representation of color #0EC261: hue angle of 147.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC261 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1419497-
CMYK0.9300.500.24
HSL147.67º86.54%40.78%-
HSV(B)147.67º92.78%76.08%-
XYZ21.6339.5417.8-
YUV129.12109.8745.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.59%
GREEN value IS 194 (76.17% from 255) = 63.61%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=4.59%
G=63.61%
B=31.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14194970.9300.500.24147.6786.5440.78
HexEC2615D03218945729
Octal163021411350623022412751
Binary11101100001011000011011101011001011000100101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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