Html Css Color HEX #12DC3D Malachite

📋 copy color: '#12DC3D'

red 18 ◦ green 220 ◦ blue 61

#12DC3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #12DC3D

Tints of Malachite #12DC3D

RGB

 RED value IS 18 (7.42% from 255) = 6.02%

 GREEN value IS 220 (86.33% from 255) = 73.58%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 6.02%
G = 73.58%
B = 20.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#12DC3D (or 0x12DC3D) is known color: Malachite. HEX triplet: 12, DC and 3D. RGB value is (18,220,61). Sum of RGB (Red+Green+Blue) = 18+220+61=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC3D is #ED23C2. Grayscale: #8D8D8D. Windows color (decimal): -15541187 or 4054034. OLE color: 4054034.

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

Color convert

RGB 18 220 61 -
CMYK 0.92 0 0.72 0.14
HSL 132.77º 0.85% 0.47% -
HSV(B) 132.77º 0.92% 0.86% -
XYZ 26.68 51.65 12.98 -
YUV 141.48 82.58 39.93 -
System Red Green Blue C M Y K H S L
Decimal 18 220 61 0.92 0 0.72 0.14 132.77 0.85 0.47
Hex 12 DC 3D 5C 0 48 E 85 55 2F
Octal 22 334 75 134 0 110 16 205 125 57
Binary 10010 11011100 111101 1011100 0 1001000 1110 10000101 1010101 101111

Color Harmonies of #12DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC3D

Black with #12DC3D

Text Example


Text Example

White with #12DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,61); }

 H1.HeaderClassName
 {
   color: #12DC3D;
 }
 .AnyTagClassName
 {
   color: #12DC3D;
 }
</style>

background-color css

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

 a { background-color: rgb(18,220,61); }

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

border-color css

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

 span { border-color: rgb(18,220,61); }

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