#0EDF3A

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

Shades of Malachite #0EDF3A

Tints of Malachite #0EDF3A

Color information

#0EDF3A (or 0x0EDF3A) is unknown color: approx Malachite. HEX triplet: 0E, DF and 3A. RGB value is (14,223,58). Sum of RGB (Red+Green+Blue) = 14+223+58=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDF3A is #F120C5. Grayscale: #8E8E8E. Windows color (decimal): -15802566 or 3858190. OLE color: 3858190.

HSL color Cylindrical-coordinate representation of color #0EDF3A: hue angle of 132.63º 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 #0EDF3A is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB1422358-
CMYK0.9400.740.13
HSL132.63º88.19%46.47%-
HSV(B)132.63º93.72%87.45%-
XYZ27.3353.1712.83-
YUV141.780.7636.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.75%
GREEN value IS 223 (87.5% from 255) = 75.59%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=4.75%
G=75.59%
B=19.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14223580.9400.740.13132.6388.1946.47
HexEDF3A5E04AD85582e
Octal163377213601121520513056
Binary1110110111111110101011110010010101101100001011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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