Html Css Color HEX #12C05C Malachite

📋 copy color: '#12C05C'

red 18 ◦ green 192 ◦ blue 92

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

Shades of Malachite #12C05C

Tints of Malachite #12C05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 5.96%
G = 63.58%
B = 30.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#12C05C (or 0x12C05C) is known color: Malachite. HEX triplet: 12, C0 and 5C. RGB value is (18,192,92). Sum of RGB (Red+Green+Blue) = 18+192+92=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #12C05C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C05C is #ED3FA3. Grayscale: #808080. Windows color (decimal): -15548324 or 6078482. OLE color: 6078482.

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

Color convert

RGB 18 192 92 -
CMYK 0.91 0 0.52 0.25
HSL 145.52º 0.83% 0.41% -
HSV(B) 145.52º 0.91% 0.75% -
XYZ 21.03 38.6 16.47 -
YUV 128.57 107.35 49.13 -
System Red Green Blue C M Y K H S L
Decimal 18 192 92 0.91 0 0.52 0.25 145.52 0.83 0.41
Hex 12 C0 5C 5B 0 34 19 92 53 29
Octal 22 300 134 133 0 64 31 222 123 51
Binary 10010 11000000 1011100 1011011 0 110100 11001 10010010 1010011 101001

Color Harmonies of #12C05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C05C

Black with #12C05C

Text Example


Text Example

White with #12C05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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