#0AC94E

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

Shades of Malachite #0AC94E

Tints of Malachite #0AC94E

Color information

#0AC94E (or 0x0AC94E) is unknown color: approx Malachite. HEX triplet: 0A, C9 and 4E. RGB value is (10,201,78). Sum of RGB (Red+Green+Blue) = 10+201+78=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC94E is #F536B1. Grayscale: #828282. Windows color (decimal): -16070322 or 5163274. OLE color: 5163274.

HSL color Cylindrical-coordinate representation of color #0AC94E: hue angle of 141.36º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC94E is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB1020178-
CMYK0.9500.610.21
HSL141.36º90.52%41.37%-
HSV(B)141.36º95.02%78.82%-
XYZ22.3942.3914.21-
YUV129.8798.7242.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.46%
GREEN value IS 201 (78.91% from 255) = 69.55%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=3.46%
G=69.55%
B=26.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10201780.9500.610.21141.3690.5241.37
HexAC94E5F03D158d5b29
Octal123111161370752521513351
Binary10101100100110011101011111011110110101100011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,78); }

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

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

 a { background-color: rgb(10,201,78); }

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

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

 span { border-color: rgb(10,201,78); }

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