Html Css Color HEX #12BE5D Malachite

📋 copy color: '#12BE5D'

red 18 ◦ green 190 ◦ blue 93

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

Shades of Malachite #12BE5D

Tints of Malachite #12BE5D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.12%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 5.98%
G = 63.12%
B = 30.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#12BE5D (or 0x12BE5D) is known color: Malachite. HEX triplet: 12, BE and 5D. RGB value is (18,190,93). Sum of RGB (Red+Green+Blue) = 18+190+93=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE5D is #ED41A2. Grayscale: #7F7F7F. Windows color (decimal): -15548835 or 6143506. OLE color: 6143506.

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

Color convert

RGB 18 190 93 -
CMYK 0.91 0 0.51 0.25
HSL 146.16º 0.83% 0.41% -
HSV(B) 146.16º 0.91% 0.75% -
XYZ 20.64 37.75 16.55 -
YUV 127.51 108.52 49.89 -
System Red Green Blue C M Y K H S L
Decimal 18 190 93 0.91 0 0.51 0.25 146.16 0.83 0.41
Hex 12 BE 5D 5B 0 33 19 92 53 29
Octal 22 276 135 133 0 63 31 222 123 51
Binary 10010 10111110 1011101 1011011 0 110011 11001 10010010 1010011 101001

Color Harmonies of #12BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE5D

Black with #12BE5D

Text Example


Text Example

White with #12BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,93); }

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

background-color css

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

 a { background-color: rgb(18,190,93); }

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

border-color css

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

 span { border-color: rgb(18,190,93); }

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