#12D048

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

Shades of Malachite #12D048

Tints of Malachite #12D048

Color information

#12D048 (or 0x12D048) is unknown color: approx Malachite. HEX triplet: 12, D0 and 48. RGB value is (18,208,72). Sum of RGB (Red+Green+Blue) = 18+208+72=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #12D048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D048 is #ED2FB7. Grayscale: #888888. Windows color (decimal): -15544248 or 4771858. OLE color: 4771858.

HSL color Cylindrical-coordinate representation of color #12D048: hue angle of 137.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D048 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB1820872-
CMYK0.9100.650.18
HSL137.05º84.07%44.31%-
HSV(B)137.05º91.35%81.57%-
XYZ23.9845.7113.69-
YUV135.6992.0544.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 208 (81.64% from 255) = 69.80%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=6.04%
G=69.80%
B=24.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18208720.9100.650.18137.0584.0744.31
Hex12D0485B0411289542c
Octal2232011013301012221112454
Binary1001011010000100100010110110100000110010100010011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,208,72); }

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

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

 a { background-color: rgb(18,208,72); }

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

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

 span { border-color: rgb(18,208,72); }

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