Html Css Color HEX #12C057 Malachite

📋 copy color: '#12C057'

red 18 ◦ green 192 ◦ blue 87

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

Shades of Malachite #12C057

Tints of Malachite #12C057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.65%

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

R = 6.06%
G = 64.65%
B = 29.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#12C057 (or 0x12C057) is known color: Malachite. HEX triplet: 12, C0 and 57. RGB value is (18,192,87). Sum of RGB (Red+Green+Blue) = 18+192+87=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #12C057 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C057 is #ED3FA8. Grayscale: #808080. Windows color (decimal): -15548329 or 5750802. OLE color: 5750802.

HSL color Cylindrical-coordinate representation of color #12C057: hue angle of 143.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C057 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 87 -
CMYK 0.91 0 0.55 0.25
HSL 143.79º 0.83% 0.41% -
HSV(B) 143.79º 0.91% 0.75% -
XYZ 20.82 38.52 15.35 -
YUV 128 104.85 49.54 -
System Red Green Blue C M Y K H S L
Decimal 18 192 87 0.91 0 0.55 0.25 143.79 0.83 0.41
Hex 12 C0 57 5B 0 37 19 90 53 29
Octal 22 300 127 133 0 67 31 220 123 51
Binary 10010 11000000 1010111 1011011 0 110111 11001 10010000 1010011 101001

Color Harmonies of #12C057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C057

Black with #12C057

Text Example


Text Example

White with #12C057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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