Html Css Color HEX #12D45B Malachite

📋 copy color: '#12D45B'

red 18 ◦ green 212 ◦ blue 91

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

Shades of Malachite #12D45B

Tints of Malachite #12D45B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 66.04%

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 5.61%
G = 66.04%
B = 28.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#12D45B (or 0x12D45B) is known color: Malachite. HEX triplet: 12, D4 and 5B. RGB value is (18,212,91). Sum of RGB (Red+Green+Blue) = 18+212+91=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #12D45B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D45B is #ED2BA4. Grayscale: #8C8C8C. Windows color (decimal): -15543205 or 6018066. OLE color: 6018066.

HSL color Cylindrical-coordinate representation of color #12D45B: hue angle of 142.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D45B is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 212 91 -
CMYK 0.92 0 0.57 0.17
HSL 142.58º 0.84% 0.45% -
HSV(B) 142.58º 0.92% 0.83% -
XYZ 25.68 47.97 17.8 -
YUV 140.2 100.23 40.84 -
System Red Green Blue C M Y K H S L
Decimal 18 212 91 0.92 0 0.57 0.17 142.58 0.84 0.45
Hex 12 D4 5B 5C 0 39 11 8F 54 2D
Octal 22 324 133 134 0 71 21 217 124 55
Binary 10010 11010100 1011011 1011100 0 111001 10001 10001111 1010100 101101

Color Harmonies of #12D45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D45B

Black with #12D45B

Text Example


Text Example

White with #12D45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,212,91); }

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

background-color css

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

 a { background-color: rgb(18,212,91); }

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

border-color css

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

 span { border-color: rgb(18,212,91); }

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