#0CCA53

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

Shades of Malachite #0CCA53

Tints of Malachite #0CCA53

Color information

#0CCA53 (or 0x0CCA53) is unknown color: approx Malachite. HEX triplet: 0C, CA and 53. RGB value is (12,202,83). Sum of RGB (Red+Green+Blue) = 12+202+83=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 202 (79.30% from 255 or 68.01% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCA53 is #F335AC. Grayscale: #838383. Windows color (decimal): -15938989 or 5491212. OLE color: 5491212.

HSL color Cylindrical-coordinate representation of color #0CCA53: hue angle of 142.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA53 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB1220283-
CMYK0.9400.590.21
HSL142.42º88.79%41.96%-
HSV(B)142.42º94.06%79.22%-
XYZ22.8342.9415.27-
YUV131.62100.5542.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 202 (79.30% from 255) = 68.01%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=4.04%
G=68.01%
B=27.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12202830.9400.590.21142.4288.7941.96
HexCCA535E03B158e592a
Octal143121231360732521613152
Binary11001100101010100111011110011101110101100011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,202,83); }

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

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

 a { background-color: rgb(12,202,83); }

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

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

 span { border-color: rgb(12,202,83); }

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