Html Css Color HEX #12C557 Malachite

📋 copy color: '#12C557'

red 18 ◦ green 197 ◦ blue 87

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

Shades of Malachite #12C557

Tints of Malachite #12C557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 5.96%
G = 65.23%
B = 28.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#12C557 (or 0x12C557) is known color: Malachite. HEX triplet: 12, C5 and 57. RGB value is (18,197,87). Sum of RGB (Red+Green+Blue) = 18+197+87=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #12C557 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C557 is #ED3AA8. Grayscale: #838383. Windows color (decimal): -15547049 or 5752082. OLE color: 5752082.

HSL color Cylindrical-coordinate representation of color #12C557: hue angle of 143.13º 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 #12C557 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 87 -
CMYK 0.91 0 0.56 0.23
HSL 143.13º 0.83% 0.42% -
HSV(B) 143.13º 0.91% 0.77% -
XYZ 21.94 40.75 15.73 -
YUV 130.94 103.2 47.44 -
System Red Green Blue C M Y K H S L
Decimal 18 197 87 0.91 0 0.56 0.23 143.13 0.83 0.42
Hex 12 C5 57 5B 0 38 17 8F 53 2A
Octal 22 305 127 133 0 70 27 217 123 52
Binary 10010 11000101 1010111 1011011 0 111000 10111 10001111 1010011 101010

Color Harmonies of #12C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C557

Black with #12C557

Text Example


Text Example

White with #12C557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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