Html Css Color HEX #12BF5E Malachite

📋 copy color: '#12BF5E'

red 18 ◦ green 191 ◦ blue 94

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

Shades of Malachite #12BF5E

Tints of Malachite #12BF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 5.94%
G = 63.04%
B = 31.02%

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

#12BF5E (or 0x12BF5E) is known color: Malachite. HEX triplet: 12, BF and 5E. RGB value is (18,191,94). Sum of RGB (Red+Green+Blue) = 18+191+94=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF5E is #ED40A1. Grayscale: #808080. Windows color (decimal): -15548578 or 6209298. OLE color: 6209298.

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

Color convert

RGB 18 191 94 -
CMYK 0.91 0 0.51 0.25
HSL 146.36º 0.83% 0.41% -
HSV(B) 146.36º 0.91% 0.75% -
XYZ 20.9 38.2 16.86 -
YUV 128.22 108.69 49.39 -
System Red Green Blue C M Y K H S L
Decimal 18 191 94 0.91 0 0.51 0.25 146.36 0.83 0.41
Hex 12 BF 5E 5B 0 33 19 92 53 29
Octal 22 277 136 133 0 63 31 222 123 51
Binary 10010 10111111 1011110 1011011 0 110011 11001 10010010 1010011 101001

Color Harmonies of #12BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF5E

Black with #12BF5E

Text Example


Text Example

White with #12BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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