Html Css Color HEX #12D76C Malachite

📋 copy color: '#12D76C'

red 18 ◦ green 215 ◦ blue 108

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

Shades of Malachite #12D76C

Tints of Malachite #12D76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 5.28%
G = 63.05%
B = 31.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#12D76C (or 0x12D76C) is known color: Malachite. HEX triplet: 12, D7 and 6C. RGB value is (18,215,108). Sum of RGB (Red+Green+Blue) = 18+215+108=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #12D76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D76C is #ED2893. Grayscale: #909090. Windows color (decimal): -15542420 or 7132946. OLE color: 7132946.

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

Color convert

RGB 18 215 108 -
CMYK 0.92 0 0.50 0.16
HSL 147.41º 0.85% 0.46% -
HSV(B) 147.41º 0.92% 0.84% -
XYZ 27.26 49.81 22.37 -
YUV 143.9 107.73 38.2 -
System Red Green Blue C M Y K H S L
Decimal 18 215 108 0.92 0 0.50 0.16 147.41 0.85 0.46
Hex 12 D7 6C 5C 0 32 10 93 55 2E
Octal 22 327 154 134 0 62 20 223 125 56
Binary 10010 11010111 1101100 1011100 0 110010 10000 10010011 1010101 101110

Color Harmonies of #12D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D76C

Black with #12D76C

Text Example


Text Example

White with #12D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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