#0ef738

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

Shades of Malachite #0EF738

Tints of Malachite #0EF738

Color information

#0EF738 (or 0x0EF738) is unknown color: approx Malachite. HEX triplet: 0E, F7 and 38. RGB value is (14,247,56). Sum of RGB (Red+Green+Blue) = 14+247+56=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF738 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF738 is #F108C7. Grayscale: #9C9C9C. Windows color (decimal): -15796424 or 3733262. OLE color: 3733262.

HSL color Cylindrical-coordinate representation of color #0EF738: hue angle of 130.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF738 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB1424756-
CMYK0.9400.770.03
HSL130.82º93.57%51.18%-
HSV(B)130.82º94.33%96.86%-
XYZ34.1666.914.85-
YUV155.5671.8127.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.42%
GREEN value IS 247 (96.88% from 255) = 77.92%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=4.42%
G=77.92%
B=17.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14247560.9400.770.03130.8293.5751.18
HexEF7385E04D3835e33
Octal16367701360115320313663
Binary11101111011111100010111100100110111100000111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ef738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,247,56); }

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

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

 a { background-color: rgb(14,247,56); }

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

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

 span { border-color: rgb(14,247,56); }

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