#0ae160

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

Shades of Malachite #0AE160

Tints of Malachite #0AE160

Color information

#0AE160 (or 0x0AE160) is unknown color: approx Malachite. HEX triplet: 0A, E1 and 60. RGB value is (10,225,96). Sum of RGB (Red+Green+Blue) = 10+225+96=331 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.02% from 331); Green value is 225 (88.28% from 255 or 67.98% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE160 is #F51E9F. Grayscale: #929292. Windows color (decimal): -16064160 or 6349066. OLE color: 6349066.

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

Color convert

RGB1022596-
CMYK0.9600.570.12
HSL144º91.49%46.08%-
HSV(B)144º95.56%88.24%-
XYZ29.1654.7620.1-
YUV146.0199.7730.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.02%
GREEN value IS 225 (88.28% from 255) = 67.98%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=3.02%
G=67.98%
B=29.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal10225960.9600.570.1214491.4946.08
HexAE16060039C905b2e
Octal123411401400711422013356
Binary1010111000011100000110000001110011100100100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ae160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,225,96); }

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

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

 a { background-color: rgb(10,225,96); }

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

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

 span { border-color: rgb(10,225,96); }

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