#12C053

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

Shades of Malachite #12C053

Tints of Malachite #12C053

Color information

#12C053 (or 0x12C053) is unknown color: approx Malachite. HEX triplet: 12, C0 and 53. RGB value is (18,192,83). Sum of RGB (Red+Green+Blue) = 18+192+83=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #12C053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C053 is #ED3FAC. Grayscale: #7F7F7F. Windows color (decimal): -15548333 or 5488658. OLE color: 5488658.

HSL color Cylindrical-coordinate representation of color #12C053: hue angle of 142.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C053 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1819283-
CMYK0.9100.570.25
HSL142.41º82.86%41.18%-
HSV(B)142.41º90.62%75.29%-
XYZ20.6638.4514.52-
YUV127.55102.8549.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 192 (75.39% from 255) = 65.53%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=6.14%
G=65.53%
B=28.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18192830.9100.570.25142.4182.8641.18
Hex12C0535B039198e5329
Octal223001231330713121612351
Binary100101100000010100111011011011100111001100011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12C053; }

 p { color: rgb(18,192,83); }

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

<style>
 a { background-color: #12C053; }

 a { background-color: rgb(18,192,83); }

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

<style>
 span { border-color: #12C053; }

 span { border-color: rgb(18,192,83); }

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