#12D955

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

Shades of Malachite #12D955

Tints of Malachite #12D955

Color information

#12D955 (or 0x12D955) is unknown color: approx Malachite. HEX triplet: 12, D9 and 55. RGB value is (18,217,85). Sum of RGB (Red+Green+Blue) = 18+217+85=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #12D955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D955 is #ED26AA. Grayscale: #8E8E8E. Windows color (decimal): -15541931 or 5626130. OLE color: 5626130.

HSL color Cylindrical-coordinate representation of color #12D955: hue angle of 140.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D955 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB1821785-
CMYK0.9200.610.15
HSL140.2º84.68%46.08%-
HSV(B)140.2º91.71%85.1%-
XYZ26.750.4116.92-
YUV142.4595.5739.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 217 (85.16% from 255) = 67.81%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=5.62%
G=67.81%
B=26.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18217850.9200.610.15140.284.6846.08
Hex12D9555C03DF8c552e
Octal223311251340751721412556
Binary10010110110011010101101110001111011111100011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,217,85); }

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

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

 a { background-color: rgb(18,217,85); }

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

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

 span { border-color: rgb(18,217,85); }

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