Html Css Color HEX #12C15E Malachite

📋 copy color: '#12C15E'

red 18 ◦ green 193 ◦ blue 94

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

Shades of Malachite #12C15E

Tints of Malachite #12C15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 5.9%
G = 63.28%
B = 30.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#12C15E (or 0x12C15E) is known color: Malachite. HEX triplet: 12, C1 and 5E. RGB value is (18,193,94). Sum of RGB (Red+Green+Blue) = 18+193+94=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #12C15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C15E is #ED3EA1. Grayscale: #818181. Windows color (decimal): -15548066 or 6209810. OLE color: 6209810.

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

Color convert

RGB 18 193 94 -
CMYK 0.91 0 0.51 0.24
HSL 146.06º 0.83% 0.41% -
HSV(B) 146.06º 0.91% 0.76% -
XYZ 21.34 39.08 17.01 -
YUV 129.39 108.02 48.55 -
System Red Green Blue C M Y K H S L
Decimal 18 193 94 0.91 0 0.51 0.24 146.06 0.83 0.41
Hex 12 C1 5E 5B 0 33 18 92 53 29
Octal 22 301 136 133 0 63 30 222 123 51
Binary 10010 11000001 1011110 1011011 0 110011 11000 10010010 1010011 101001

Color Harmonies of #12C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C15E

Black with #12C15E

Text Example


Text Example

White with #12C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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