#12C768

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

Shades of Malachite #12C768

Tints of Malachite #12C768

Color information

#12C768 (or 0x12C768) is unknown color: approx Malachite. HEX triplet: 12, C7 and 68. RGB value is (18,199,104). Sum of RGB (Red+Green+Blue) = 18+199+104=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #12C768 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C768 is #ED3897. Grayscale: #868686. Windows color (decimal): -15546520 or 6866706. OLE color: 6866706.

HSL color Cylindrical-coordinate representation of color #12C768: hue angle of 148.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C768 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB18199104-
CMYK0.9100.480.22
HSL148.51º83.41%42.55%-
HSV(B)148.51º90.95%78.04%-
XYZ23.1741.9719.98-
YUV134.05111.0345.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.61%
GREEN value IS 199 (78.12% from 255) = 61.99%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=5.61%
G=61.99%
B=32.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181991040.9100.480.22148.5183.4142.55
Hex12C7685B0301695532b
Octal223071501330602622512353
Binary100101100011111010001011011011000010110100101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,199,104); }

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

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

 a { background-color: rgb(18,199,104); }

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

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

 span { border-color: rgb(18,199,104); }

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