#0AE257

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

Shades of Malachite #0AE257

Tints of Malachite #0AE257

Color information

#0AE257 (or 0x0AE257) is unknown color: approx Malachite. HEX triplet: 0A, E2 and 57. RGB value is (10,226,87). Sum of RGB (Red+Green+Blue) = 10+226+87=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 226 (88.67% from 255 or 69.97% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE257 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE257 is #F51DA8. Grayscale: #919191. Windows color (decimal): -16063913 or 5759498. OLE color: 5759498.

HSL color Cylindrical-coordinate representation of color #0AE257: hue angle of 141.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE257 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB1022687-
CMYK0.9600.620.11
HSL141.39º91.53%46.27%-
HSV(B)141.39º95.58%88.63%-
XYZ29.0455.1518.13-
YUV145.5794.9431.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 226 (88.67% from 255) = 69.97%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=3.10%
G=69.97%
B=26.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal10226870.9600.620.11141.3991.5346.27
HexAE2576003EB8d5c2e
Octal123421271400761321513456
Binary1010111000101010111110000001111101011100011011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,226,87); }

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

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

 a { background-color: rgb(10,226,87); }

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

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

 span { border-color: rgb(10,226,87); }

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