Html Css Color HEX #12C54D Malachite

📋 copy color: '#12C54D'

red 18 ◦ green 197 ◦ blue 77

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

Shades of Malachite #12C54D

Tints of Malachite #12C54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 67.47%

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 6.16%
G = 67.47%
B = 26.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#12C54D (or 0x12C54D) is known color: Malachite. HEX triplet: 12, C5 and 4D. RGB value is (18,197,77). Sum of RGB (Red+Green+Blue) = 18+197+77=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #12C54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C54D is #ED3AB2. Grayscale: #828282. Windows color (decimal): -15547059 or 5096722. OLE color: 5096722.

HSL color Cylindrical-coordinate representation of color #12C54D: hue angle of 139.78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C54D is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 77 -
CMYK 0.91 0 0.61 0.23
HSL 139.78º 0.83% 0.42% -
HSV(B) 139.78º 0.91% 0.77% -
XYZ 21.56 40.6 13.72 -
YUV 129.8 98.2 48.26 -
System Red Green Blue C M Y K H S L
Decimal 18 197 77 0.91 0 0.61 0.23 139.78 0.83 0.42
Hex 12 C5 4D 5B 0 3D 17 8C 53 2A
Octal 22 305 115 133 0 75 27 214 123 52
Binary 10010 11000101 1001101 1011011 0 111101 10111 10001100 1010011 101010

Color Harmonies of #12C54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C54D

Black with #12C54D

Text Example


Text Example

White with #12C54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,77); }

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

background-color css

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

 a { background-color: rgb(18,197,77); }

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

border-color css

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

 span { border-color: rgb(18,197,77); }

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