Html Css Color HEX #12C155 Malachite

📋 copy color: '#12C155'

red 18 ◦ green 193 ◦ blue 85

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

Shades of Malachite #12C155

Tints of Malachite #12C155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 6.08%
G = 65.2%
B = 28.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#12C155 (or 0x12C155) is known color: Malachite. HEX triplet: 12, C1 and 55. RGB value is (18,193,85). Sum of RGB (Red+Green+Blue) = 18+193+85=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #12C155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C155 is #ED3EAA. Grayscale: #808080. Windows color (decimal): -15548075 or 5619986. OLE color: 5619986.

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

Color convert

RGB 18 193 85 -
CMYK 0.91 0 0.56 0.24
HSL 142.97º 0.83% 0.41% -
HSV(B) 142.97º 0.91% 0.76% -
XYZ 20.96 38.92 15 -
YUV 128.36 103.52 49.28 -
System Red Green Blue C M Y K H S L
Decimal 18 193 85 0.91 0 0.56 0.24 142.97 0.83 0.41
Hex 12 C1 55 5B 0 38 18 8F 53 29
Octal 22 301 125 133 0 70 30 217 123 51
Binary 10010 11000001 1010101 1011011 0 111000 11000 10001111 1010011 101001

Color Harmonies of #12C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C155

Black with #12C155

Text Example


Text Example

White with #12C155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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