#0AE763

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

Shades of Malachite #0AE763

Tints of Malachite #0AE763

Color information

#0AE763 (or 0x0AE763) is unknown color: approx Malachite. HEX triplet: 0A, E7 and 63. RGB value is (10,231,99). Sum of RGB (Red+Green+Blue) = 10+231+99=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE763 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE763 is #F5189C. Grayscale: #969696. Windows color (decimal): -16062621 or 6547210. OLE color: 6547210.

HSL color Cylindrical-coordinate representation of color #0AE763: hue angle of 144.16º 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 #0AE763 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB1023199-
CMYK0.9600.570.09
HSL144.16º91.7%47.25%-
HSV(B)144.16º95.67%90.59%-
XYZ30.9558.1221.39-
YUV149.8799.2828.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.94%
GREEN value IS 231 (90.62% from 255) = 67.94%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=2.94%
G=67.94%
B=29.12%

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
Decimal10231990.9600.570.09144.1691.747.25
HexAE763600399905c2f
Octal123471431400711122013457
Binary1010111001111100011110000001110011001100100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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