#0EDC68

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

Shades of Malachite #0EDC68

Tints of Malachite #0EDC68

Color information

#0EDC68 (or 0x0EDC68) is unknown color: approx Malachite. HEX triplet: 0E, DC and 68. RGB value is (14,220,104). Sum of RGB (Red+Green+Blue) = 14+220+104=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDC68 is #F12397. Grayscale: #919191. Windows color (decimal): -15803288 or 6872078. OLE color: 6872078.

HSL color Cylindrical-coordinate representation of color #0EDC68: hue angle of 146.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC68 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB14220104-
CMYK0.9400.530.14
HSL146.21º88.03%45.88%-
HSV(B)146.21º93.64%86.27%-
XYZ28.2752.2821.7-
YUV145.18104.7534.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.14%
GREEN value IS 220 (86.33% from 255) = 65.09%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=4.14%
G=65.09%
B=30.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142201040.9400.530.14146.2188.0345.88
HexEDC685E035E92582e
Octal163341501360651622213056
Binary1110110111001101000101111001101011110100100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,220,104); }

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

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

 a { background-color: rgb(14,220,104); }

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

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

 span { border-color: rgb(14,220,104); }

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