#0AE764

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

Shades of Malachite #0AE764

Tints of Malachite #0AE764

Color information

#0AE764 (or 0x0AE764) is unknown color: approx Malachite. HEX triplet: 0A, E7 and 64. RGB value is (10,231,100). Sum of RGB (Red+Green+Blue) = 10+231+100=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE764 is #F5189B. Grayscale: #969696. Windows color (decimal): -16062620 or 6612746. OLE color: 6612746.

HSL color Cylindrical-coordinate representation of color #0AE764: hue angle of 144.43º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE764 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB10231100-
CMYK0.9600.570.09
HSL144.43º91.7%47.25%-
HSV(B)144.43º95.67%90.59%-
XYZ3158.1421.64-
YUV149.9999.7828.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.93%
GREEN value IS 231 (90.62% from 255) = 67.74%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=2.93%
G=67.74%
B=29.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal102311000.9600.570.09144.4391.747.25
HexAE764600399905c2f
Octal123471441400711122013457
Binary1010111001111100100110000001110011001100100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,231,100); }

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

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

 a { background-color: rgb(10,231,100); }

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

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

 span { border-color: rgb(10,231,100); }

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