#0ACE4A

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

Shades of Malachite #0ACE4A

Tints of Malachite #0ACE4A

Color information

#0ACE4A (or 0x0ACE4A) is unknown color: approx Malachite. HEX triplet: 0A, CE and 4A. RGB value is (10,206,74). Sum of RGB (Red+Green+Blue) = 10+206+74=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACE4A is #F531B5. Grayscale: #848484. Windows color (decimal): -16069046 or 4902410. OLE color: 4902410.

HSL color Cylindrical-coordinate representation of color #0ACE4A: hue angle of 139.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACE4A is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB1020674-
CMYK0.9500.640.19
HSL139.59º90.74%42.35%-
HSV(B)139.59º95.15%80.78%-
XYZ23.4344.713.87-
YUV132.3595.0740.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.45%
GREEN value IS 206 (80.86% from 255) = 71.03%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=3.45%
G=71.03%
B=25.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10206740.9500.640.19139.5990.7442.35
HexACE4A5F040138c5b2a
Octal1231611213701002321413352
Binary101011001110100101010111110100000010011100011001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,206,74); }

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

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

 a { background-color: rgb(10,206,74); }

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

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

 span { border-color: rgb(10,206,74); }

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