#0EEA68

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

Shades of Malachite #0EEA68

Tints of Malachite #0EEA68

Color information

#0EEA68 (or 0x0EEA68) is unknown color: approx Malachite. HEX triplet: 0E, EA and 68. RGB value is (14,234,104). Sum of RGB (Red+Green+Blue) = 14+234+104=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EEA68 is #F11597. Grayscale: #999999. Windows color (decimal): -15799704 or 6875662. OLE color: 6875662.

HSL color Cylindrical-coordinate representation of color #0EEA68: hue angle of 144.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA68 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB14234104-
CMYK0.9400.560.08
HSL144.55º88.71%48.63%-
HSV(B)144.55º94.02%91.76%-
XYZ32.159.9422.97-
YUV153.4100.1128.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.98%
GREEN value IS 234 (91.80% from 255) = 66.48%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=3.98%
G=66.48%
B=29.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142341040.9400.560.08144.5588.7148.63
HexEEA685E0388915931
Octal163521501360701022113161
Binary1110111010101101000101111001110001000100100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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