#12C258

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

Shades of Malachite #12C258

Tints of Malachite #12C258

Color information

#12C258 (or 0x12C258) is unknown color: approx Malachite. HEX triplet: 12, C2 and 58. RGB value is (18,194,88). Sum of RGB (Red+Green+Blue) = 18+194+88=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #12C258 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C258 is #ED3DA7. Grayscale: #818181. Windows color (decimal): -15547816 or 5816850. OLE color: 5816850.

HSL color Cylindrical-coordinate representation of color #12C258: hue angle of 143.86º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C258 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1819488-
CMYK0.9100.550.24
HSL143.86º83.02%41.57%-
HSV(B)143.86º90.72%76.08%-
XYZ21.339.4215.72-
YUV129.29104.6948.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 194 (76.17% from 255) = 64.67%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=6%
G=64.67%
B=29.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18194880.9100.550.24143.8683.0241.57
Hex12C2585B0371890532a
Octal223021301330673022012352
Binary100101100001010110001011011011011111000100100001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,194,88); }

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

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

 a { background-color: rgb(18,194,88); }

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

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

 span { border-color: rgb(18,194,88); }

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