Html Css Color HEX #12D346 Malachite

📋 copy color: '#12D346'

red 18 ◦ green 211 ◦ blue 70

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

Shades of Malachite #12D346

Tints of Malachite #12D346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 70.57%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 6.02%
G = 70.57%
B = 23.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#12D346 (or 0x12D346) is known color: Malachite. HEX triplet: 12, D3 and 46. RGB value is (18,211,70). Sum of RGB (Red+Green+Blue) = 18+211+70=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #12D346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D346 is #ED2CB9. Grayscale: #898989. Windows color (decimal): -15543482 or 4641554. OLE color: 4641554.

HSL color Cylindrical-coordinate representation of color #12D346: hue angle of 136.17º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D346 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 211 70 -
CMYK 0.91 0 0.67 0.17
HSL 136.17º 0.84% 0.45% -
HSV(B) 136.17º 0.91% 0.83% -
XYZ 24.65 47.16 13.6 -
YUV 137.22 90.06 42.96 -
System Red Green Blue C M Y K H S L
Decimal 18 211 70 0.91 0 0.67 0.17 136.17 0.84 0.45
Hex 12 D3 46 5B 0 43 11 88 54 2D
Octal 22 323 106 133 0 103 21 210 124 55
Binary 10010 11010011 1000110 1011011 0 1000011 10001 10001000 1010100 101101

Color Harmonies of #12D346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D346

Black with #12D346

Text Example


Text Example

White with #12D346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,211,70); }

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

background-color css

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

 a { background-color: rgb(18,211,70); }

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

border-color css

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

 span { border-color: rgb(18,211,70); }

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