#12DE35

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

Shades of Malachite #12DE35

Tints of Malachite #12DE35

Color information

#12DE35 (or 0x12DE35) is unknown color: approx Malachite. HEX triplet: 12, DE and 35. RGB value is (18,222,53). Sum of RGB (Red+Green+Blue) = 18+222+53=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #12DE35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DE35 is #ED21CA. Grayscale: #8E8E8E. Windows color (decimal): -15540683 or 3530258. OLE color: 3530258.

HSL color Cylindrical-coordinate representation of color #12DE35: hue angle of 130.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DE35 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB1822253-
CMYK0.9200.760.13
HSL130.29º85%47.06%-
HSV(B)130.29º91.89%87.06%-
XYZ27.0152.6312.1-
YUV141.7477.9139.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 222 (87.11% from 255) = 75.77%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=6.14%
G=75.77%
B=18.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18222530.9200.760.13130.298547.06
Hex12DE355C04CD82552f
Octal223366513401141520212557
Binary10010110111101101011011100010011001101100000101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,222,53); }

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

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

 a { background-color: rgb(18,222,53); }

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

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

 span { border-color: rgb(18,222,53); }

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