#12D55F

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

Shades of Malachite #12D55F

Tints of Malachite #12D55F

Color information

#12D55F (or 0x12D55F) is unknown color: approx Malachite. HEX triplet: 12, D5 and 5F. RGB value is (18,213,95). Sum of RGB (Red+Green+Blue) = 18+213+95=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #12D55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D55F is #ED2AA0. Grayscale: #8D8D8D. Windows color (decimal): -15542945 or 6280466. OLE color: 6280466.

HSL color Cylindrical-coordinate representation of color #12D55F: hue angle of 143.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D55F is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB1821395-
CMYK0.9200.550.16
HSL143.69º84.42%45.29%-
HSV(B)143.69º91.55%83.53%-
XYZ26.1148.5418.82-
YUV141.24101.940.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 213 (83.59% from 255) = 65.34%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=5.52%
G=65.34%
B=29.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18213950.9200.550.16143.6984.4245.29
Hex12D55F5C0371090542d
Octal223251371340672022012455
Binary100101101010110111111011100011011110000100100001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,213,95); }

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

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

 a { background-color: rgb(18,213,95); }

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

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

 span { border-color: rgb(18,213,95); }

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