Html Css Color HEX #12C163 Malachite

📋 copy color: '#12C163'

red 18 ◦ green 193 ◦ blue 99

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

Shades of Malachite #12C163

Tints of Malachite #12C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.26%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 5.81%
G = 62.26%
B = 31.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#12C163 (or 0x12C163) is known color: Malachite. HEX triplet: 12, C1 and 63. RGB value is (18,193,99). Sum of RGB (Red+Green+Blue) = 18+193+99=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #12C163 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C163 is #ED3E9C. Grayscale: #828282. Windows color (decimal): -15548061 or 6537490. OLE color: 6537490.

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

Color convert

RGB 18 193 99 -
CMYK 0.91 0 0.49 0.24
HSL 147.77º 0.83% 0.41% -
HSV(B) 147.77º 0.91% 0.76% -
XYZ 21.57 39.17 18.23 -
YUV 129.96 110.52 48.14 -
System Red Green Blue C M Y K H S L
Decimal 18 193 99 0.91 0 0.49 0.24 147.77 0.83 0.41
Hex 12 C1 63 5B 0 31 18 94 53 29
Octal 22 301 143 133 0 61 30 224 123 51
Binary 10010 11000001 1100011 1011011 0 110001 11000 10010100 1010011 101001

Color Harmonies of #12C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C163

Black with #12C163

Text Example


Text Example

White with #12C163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,193,99); }

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

background-color css

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

 a { background-color: rgb(18,193,99); }

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

border-color css

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

 span { border-color: rgb(18,193,99); }

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