#0AC15E

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

Shades of Malachite #0AC15E

Tints of Malachite #0AC15E

Color information

#0AC15E (or 0x0AC15E) is unknown color: approx Malachite. HEX triplet: 0A, C1 and 5E. RGB value is (10,193,94). Sum of RGB (Red+Green+Blue) = 10+193+94=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC15E is #F53EA1. Grayscale: #7F7F7F. Windows color (decimal): -16072354 or 6209802. OLE color: 6209802.

HSL color Cylindrical-coordinate representation of color #0AC15E: hue angle of 147.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC15E is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1019394-
CMYK0.9500.510.24
HSL147.54º90.15%39.8%-
HSV(B)147.54º94.82%75.69%-
XYZ21.2239.0117-
YUV127109.3744.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=3.37%
G=64.98%
B=31.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10193940.9500.510.24147.5490.1539.8
HexAC15E5F03318945a28
Octal123011361370633022413250
Binary10101100000110111101011111011001111000100101001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,193,94); }

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

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

 a { background-color: rgb(10,193,94); }

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

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

 span { border-color: rgb(10,193,94); }

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