#0AC85B

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

Shades of Malachite #0AC85B

Tints of Malachite #0AC85B

Color information

#0AC85B (or 0x0AC85B) is unknown color: approx Malachite. HEX triplet: 0A, C8 and 5B. RGB value is (10,200,91). Sum of RGB (Red+Green+Blue) = 10+200+91=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC85B is #F537A4. Grayscale: #838383. Windows color (decimal): -16070565 or 6014986. OLE color: 6014986.

HSL color Cylindrical-coordinate representation of color #0AC85B: hue angle of 145.58º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC85B is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1020091-
CMYK0.9500.540.22
HSL145.58º90.48%41.18%-
HSV(B)145.58º95%78.43%-
XYZ22.6742.1316.83-
YUV130.76105.5541.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 200 (78.52% from 255) = 66.45%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=3.32%
G=66.45%
B=30.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10200910.9500.540.22145.5890.4841.18
HexAC85B5F03616925a29
Octal123101331370662622213251
Binary10101100100010110111011111011011010110100100101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,200,91); }

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

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

 a { background-color: rgb(10,200,91); }

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

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

 span { border-color: rgb(10,200,91); }

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