Html Css Color HEX #12C152 Malachite

📋 copy color: '#12C152'

red 18 ◦ green 193 ◦ blue 82

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

Shades of Malachite #12C152

Tints of Malachite #12C152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 6.14%
G = 65.87%
B = 27.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#12C152 (or 0x12C152) is known color: Malachite. HEX triplet: 12, C1 and 52. RGB value is (18,193,82). Sum of RGB (Red+Green+Blue) = 18+193+82=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #12C152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C152 is #ED3EAD. Grayscale: #808080. Windows color (decimal): -15548078 or 5423378. OLE color: 5423378.

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

Color convert

RGB 18 193 82 -
CMYK 0.91 0 0.58 0.24
HSL 141.94º 0.83% 0.41% -
HSV(B) 141.94º 0.91% 0.76% -
XYZ 20.84 38.88 14.39 -
YUV 128.02 102.02 49.53 -
System Red Green Blue C M Y K H S L
Decimal 18 193 82 0.91 0 0.58 0.24 141.94 0.83 0.41
Hex 12 C1 52 5B 0 3A 18 8E 53 29
Octal 22 301 122 133 0 72 30 216 123 51
Binary 10010 11000001 1010010 1011011 0 111010 11000 10001110 1010011 101001

Color Harmonies of #12C152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C152

Black with #12C152

Text Example


Text Example

White with #12C152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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