#0EDF68

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

Shades of Malachite #0EDF68

Tints of Malachite #0EDF68

Color information

#0EDF68 (or 0x0EDF68) is unknown color: approx Malachite. HEX triplet: 0E, DF and 68. RGB value is (14,223,104). Sum of RGB (Red+Green+Blue) = 14+223+104=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF68 is #F12097. Grayscale: #939393. Windows color (decimal): -15802520 or 6872846. OLE color: 6872846.

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

Color convert

RGB14223104-
CMYK0.9400.530.13
HSL145.84º88.19%46.47%-
HSV(B)145.84º93.72%87.45%-
XYZ29.0753.8721.96-
YUV146.94103.7633.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.11%
GREEN value IS 223 (87.5% from 255) = 65.40%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=4.11%
G=65.40%
B=30.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142231040.9400.530.13145.8488.1946.47
HexEDF685E035D92582e
Octal163371501360651522213056
Binary1110110111111101000101111001101011101100100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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