#0AC94C

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

Shades of Malachite #0AC94C

Tints of Malachite #0AC94C

Color information

#0AC94C (or 0x0AC94C) is unknown color: approx Malachite. HEX triplet: 0A, C9 and 4C. RGB value is (10,201,76). Sum of RGB (Red+Green+Blue) = 10+201+76=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC94C is #F536B3. Grayscale: #818181. Windows color (decimal): -16070324 or 5032202. OLE color: 5032202.

HSL color Cylindrical-coordinate representation of color #0AC94C: hue angle of 140.73º 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 #0AC94C is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB1020176-
CMYK0.9500.620.21
HSL140.73º90.52%41.37%-
HSV(B)140.73º95.02%78.82%-
XYZ22.3242.3613.84-
YUV129.6497.7242.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 201 (78.91% from 255) = 70.03%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=3.48%
G=70.03%
B=26.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10201760.9500.620.21140.7390.5241.37
HexAC94C5F03E158d5b29
Octal123111141370762521513351
Binary10101100100110011001011111011111010101100011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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