#12DB5A

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

Shades of Malachite #12DB5A

Tints of Malachite #12DB5A

Color information

#12DB5A (or 0x12DB5A) is unknown color: approx Malachite. HEX triplet: 12, DB and 5A. RGB value is (18,219,90). Sum of RGB (Red+Green+Blue) = 18+219+90=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB5A is #ED24A5. Grayscale: #909090. Windows color (decimal): -15541414 or 5954322. OLE color: 5954322.

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

Color convert

RGB1821990-
CMYK0.9200.590.14
HSL141.49º84.81%46.47%-
HSV(B)141.49º91.78%85.88%-
XYZ27.4351.5318.17-
YUV144.297.4137.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 219 (85.94% from 255) = 66.97%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=5.50%
G=66.97%
B=27.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18219900.9200.590.14141.4984.8146.47
Hex12DB5A5C03BE8d552e
Octal223331321340731621512556
Binary10010110110111011010101110001110111110100011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,219,90); }

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

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

 a { background-color: rgb(18,219,90); }

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

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

 span { border-color: rgb(18,219,90); }

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