#12C362

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

Shades of Malachite #12C362

Tints of Malachite #12C362

Color information

#12C362 (or 0x12C362) is unknown color: approx Malachite. HEX triplet: 12, C3 and 62. RGB value is (18,195,98). Sum of RGB (Red+Green+Blue) = 18+195+98=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #12C362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C362 is #ED3C9D. Grayscale: #838383. Windows color (decimal): -15547550 or 6472466. OLE color: 6472466.

HSL color Cylindrical-coordinate representation of color #12C362: hue angle of 147.12º 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 #12C362 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1819598-
CMYK0.9100.500.24
HSL147.12º83.1%41.76%-
HSV(B)147.12º90.77%76.47%-
XYZ21.9740.0418.13-
YUV131.02109.3647.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 195 (76.56% from 255) = 62.70%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=5.79%
G=62.70%
B=31.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18195980.9100.500.24147.1283.141.76
Hex12C3625B0321893532a
Octal223031421330623022312352
Binary100101100001111000101011011011001011000100100111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,195,98); }

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

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

 a { background-color: rgb(18,195,98); }

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

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

 span { border-color: rgb(18,195,98); }

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