Html Css Color HEX #12DC3A Malachite

📋 copy color: '#12DC3A'

red 18 ◦ green 220 ◦ blue 58

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

Shades of Malachite #12DC3A

Tints of Malachite #12DC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 6.08%
G = 74.32%
B = 19.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#12DC3A (or 0x12DC3A) is known color: Malachite. HEX triplet: 12, DC and 3A. RGB value is (18,220,58). Sum of RGB (Red+Green+Blue) = 18+220+58=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC3A is #ED23C5. Grayscale: #8D8D8D. Windows color (decimal): -15541190 or 3857426. OLE color: 3857426.

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

Color convert

RGB 18 220 58 -
CMYK 0.92 0 0.74 0.14
HSL 131.88º 0.85% 0.47% -
HSV(B) 131.88º 0.92% 0.86% -
XYZ 26.61 51.62 12.56 -
YUV 141.13 81.08 40.17 -
System Red Green Blue C M Y K H S L
Decimal 18 220 58 0.92 0 0.74 0.14 131.88 0.85 0.47
Hex 12 DC 3A 5C 0 4A E 84 55 2F
Octal 22 334 72 134 0 112 16 204 125 57
Binary 10010 11011100 111010 1011100 0 1001010 1110 10000100 1010101 101111

Color Harmonies of #12DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC3A

Black with #12DC3A

Text Example


Text Example

White with #12DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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