Html Css Color HEX #12BF56 Malachite

📋 copy color: '#12BF56'

red 18 ◦ green 191 ◦ blue 86

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

Shades of Malachite #12BF56

Tints of Malachite #12BF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 6.1%
G = 64.75%
B = 29.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#12BF56 (or 0x12BF56) is known color: Malachite. HEX triplet: 12, BF and 56. RGB value is (18,191,86). Sum of RGB (Red+Green+Blue) = 18+191+86=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF56 is #ED40A9. Grayscale: #7F7F7F. Windows color (decimal): -15548586 or 5685010. OLE color: 5685010.

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

Color convert

RGB 18 191 86 -
CMYK 0.91 0 0.55 0.25
HSL 143.58º 0.83% 0.41% -
HSV(B) 143.58º 0.91% 0.75% -
XYZ 20.56 38.06 15.07 -
YUV 127.3 104.69 50.04 -
System Red Green Blue C M Y K H S L
Decimal 18 191 86 0.91 0 0.55 0.25 143.58 0.83 0.41
Hex 12 BF 56 5B 0 37 19 90 53 29
Octal 22 277 126 133 0 67 31 220 123 51
Binary 10010 10111111 1010110 1011011 0 110111 11001 10010000 1010011 101001

Color Harmonies of #12BF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF56

Black with #12BF56

Text Example


Text Example

White with #12BF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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