Html Css Color HEX #12BF5B Malachite

📋 copy color: '#12BF5B'

red 18 ◦ green 191 ◦ blue 91

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

Shades of Malachite #12BF5B

Tints of Malachite #12BF5B

RGB

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

 GREEN value IS 191 (75% from 255) = 63.67%

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

R = 6%
G = 63.67%
B = 30.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#12BF5B (or 0x12BF5B) is known color: Malachite. HEX triplet: 12, BF and 5B. RGB value is (18,191,91). Sum of RGB (Red+Green+Blue) = 18+191+91=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF5B is #ED40A4. Grayscale: #808080. Windows color (decimal): -15548581 or 6012690. OLE color: 6012690.

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

Color convert

RGB 18 191 91 -
CMYK 0.91 0 0.52 0.25
HSL 145.32º 0.83% 0.41% -
HSV(B) 145.32º 0.91% 0.75% -
XYZ 20.77 38.15 16.17 -
YUV 127.87 107.19 49.63 -
System Red Green Blue C M Y K H S L
Decimal 18 191 91 0.91 0 0.52 0.25 145.32 0.83 0.41
Hex 12 BF 5B 5B 0 34 19 91 53 29
Octal 22 277 133 133 0 64 31 221 123 51
Binary 10010 10111111 1011011 1011011 0 110100 11001 10010001 1010011 101001

Color Harmonies of #12BF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF5B

Black with #12BF5B

Text Example


Text Example

White with #12BF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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