Html Css Color HEX #12D773 Malachite

📋 copy color: '#12D773'

red 18 ◦ green 215 ◦ blue 115

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

Shades of Malachite #12D773

Tints of Malachite #12D773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.78%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 5.17%
G = 61.78%
B = 33.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#12D773 (or 0x12D773) is known color: Malachite. HEX triplet: 12, D7 and 73. RGB value is (18,215,115). Sum of RGB (Red+Green+Blue) = 18+215+115=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #12D773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D773 is #ED288C. Grayscale: #909090. Windows color (decimal): -15542413 or 7591698. OLE color: 7591698.

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

Color convert

RGB 18 215 115 -
CMYK 0.92 0 0.47 0.16
HSL 149.54º 0.85% 0.46% -
HSV(B) 149.54º 0.92% 0.84% -
XYZ 27.64 49.97 24.41 -
YUV 144.7 111.23 37.63 -
System Red Green Blue C M Y K H S L
Decimal 18 215 115 0.92 0 0.47 0.16 149.54 0.85 0.46
Hex 12 D7 73 5C 0 2F 10 96 55 2E
Octal 22 327 163 134 0 57 20 226 125 56
Binary 10010 11010111 1110011 1011100 0 101111 10000 10010110 1010101 101110

Color Harmonies of #12D773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D773

Black with #12D773

Text Example


Text Example

White with #12D773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,115); }

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

background-color css

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

 a { background-color: rgb(18,215,115); }

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

border-color css

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

 span { border-color: rgb(18,215,115); }

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