#12DB5C

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

Shades of Malachite #12DB5C

Tints of Malachite #12DB5C

Color information

#12DB5C (or 0x12DB5C) is unknown color: approx Malachite. HEX triplet: 12, DB and 5C. RGB value is (18,219,92). Sum of RGB (Red+Green+Blue) = 18+219+92=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 219 (85.94% from 255 or 66.57% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DB5C is #ED24A3. Grayscale: #909090. Windows color (decimal): -15541412 or 6085394. OLE color: 6085394.

HSL color Cylindrical-coordinate representation of color #12DB5C: hue angle of 142.09º 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 #12DB5C is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB1821992-
CMYK0.9200.580.14
HSL142.09º84.81%46.47%-
HSV(B)142.09º91.78%85.88%-
XYZ27.5151.5618.63-
YUV144.4298.4137.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 219 (85.94% from 255) = 66.57%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=5.47%
G=66.57%
B=27.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18219920.9200.580.14142.0984.8146.47
Hex12DB5C5C03AE8e552e
Octal223331341340721621612556
Binary10010110110111011100101110001110101110100011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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