Html Css Color HEX #12C063 Malachite

📋 copy color: '#12C063'

red 18 ◦ green 192 ◦ blue 99

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

Shades of Malachite #12C063

Tints of Malachite #12C063

RGB

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

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

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

R = 5.83%
G = 62.14%
B = 32.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#12C063 (or 0x12C063) is known color: Malachite. HEX triplet: 12, C0 and 63. RGB value is (18,192,99). Sum of RGB (Red+Green+Blue) = 18+192+99=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #12C063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C063 is #ED3F9C. Grayscale: #818181. Windows color (decimal): -15548317 or 6537234. OLE color: 6537234.

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

Color convert

RGB 18 192 99 -
CMYK 0.91 0 0.48 0.25
HSL 147.93º 0.83% 0.41% -
HSV(B) 147.93º 0.91% 0.75% -
XYZ 21.35 38.73 18.15 -
YUV 129.37 110.85 48.56 -
System Red Green Blue C M Y K H S L
Decimal 18 192 99 0.91 0 0.48 0.25 147.93 0.83 0.41
Hex 12 C0 63 5B 0 30 19 94 53 29
Octal 22 300 143 133 0 60 31 224 123 51
Binary 10010 11000000 1100011 1011011 0 110000 11001 10010100 1010011 101001

Color Harmonies of #12C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C063

Black with #12C063

Text Example


Text Example

White with #12C063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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