#12DE30

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

Shades of Malachite #12DE30

Tints of Malachite #12DE30

Color information

#12DE30 (or 0x12DE30) is unknown color: approx Malachite. HEX triplet: 12, DE and 30. RGB value is (18,222,48). Sum of RGB (Red+Green+Blue) = 18+222+48=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 222 (87.11% from 255 or 77.08% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 222 - color contains mainly: green. Hex color #12DE30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DE30 is #ED21CF. Grayscale: #8D8D8D. Windows color (decimal): -15540688 or 3202578. OLE color: 3202578.

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

Color convert

RGB1822248-
CMYK0.9200.780.13
HSL128.82º85%47.06%-
HSV(B)128.82º91.89%87.06%-
XYZ26.952.5811.53-
YUV141.1775.4140.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 222 (87.11% from 255) = 77.08%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=6.25%
G=77.08%
B=16.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18222480.9200.780.13128.828547.06
Hex12DE305C04ED81552f
Octal223366013401161520112557
Binary10010110111101100001011100010011101101100000011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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