#0ACC58

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

Shades of Malachite #0ACC58

Tints of Malachite #0ACC58

Color information

#0ACC58 (or 0x0ACC58) is unknown color: approx Malachite. HEX triplet: 0A, CC and 58. RGB value is (10,204,88). Sum of RGB (Red+Green+Blue) = 10+204+88=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACC58 is #F533A7. Grayscale: #858585. Windows color (decimal): -16069544 or 5819402. OLE color: 5819402.

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

Color convert

RGB1020488-
CMYK0.9500.570.2
HSL144.12º90.65%41.96%-
HSV(B)144.12º95.1%80%-
XYZ23.4843.9516.48-
YUV132.77102.7340.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.31%
GREEN value IS 204 (80.08% from 255) = 67.55%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=3.31%
G=67.55%
B=29.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10204880.9500.570.2144.1290.6541.96
HexACC585F03914905b2a
Octal123141301370712422013352
Binary10101100110010110001011111011100110100100100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,204,88); }

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

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

 a { background-color: rgb(10,204,88); }

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

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

 span { border-color: rgb(10,204,88); }

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