#0ECD69

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

Shades of Malachite #0ECD69

Tints of Malachite #0ECD69

Color information

#0ECD69 (or 0x0ECD69) is unknown color: approx Malachite. HEX triplet: 0E, CD and 69. RGB value is (14,205,105). Sum of RGB (Red+Green+Blue) = 14+205+105=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECD69 is #F13296. Grayscale: #888888. Windows color (decimal): -15807127 or 6933774. OLE color: 6933774.

HSL color Cylindrical-coordinate representation of color #0ECD69: hue angle of 148.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECD69 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB14205105-
CMYK0.9300.490.20
HSL148.59º87.21%42.94%-
HSV(B)148.59º93.17%80.39%-
XYZ24.5644.7820.71-
YUV136.49110.2240.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 205 (80.47% from 255) = 63.27%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=4.32%
G=63.27%
B=32.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142051050.9300.490.20148.5987.2142.94
HexECD695D0311495572b
Octal163151511350612422512753
Binary11101100110111010011011101011000110100100101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,205,105); }

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

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

 a { background-color: rgb(14,205,105); }

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

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

 span { border-color: rgb(14,205,105); }

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