Html Css Color HEX #12D760 Malachite

📋 copy color: '#12D760'

red 18 ◦ green 215 ◦ blue 96

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

Shades of Malachite #12D760

Tints of Malachite #12D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.35%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 5.47%
G = 65.35%
B = 29.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#12D760 (or 0x12D760) is known color: Malachite. HEX triplet: 12, D7 and 60. RGB value is (18,215,96). Sum of RGB (Red+Green+Blue) = 18+215+96=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #12D760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D760 is #ED289F. Grayscale: #8E8E8E. Windows color (decimal): -15542432 or 6346514. OLE color: 6346514.

HSL color Cylindrical-coordinate representation of color #12D760: hue angle of 143.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D760 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 215 96 -
CMYK 0.92 0 0.55 0.16
HSL 143.76º 0.85% 0.46% -
HSV(B) 143.76º 0.92% 0.84% -
XYZ 26.66 49.57 19.23 -
YUV 142.53 101.73 39.18 -
System Red Green Blue C M Y K H S L
Decimal 18 215 96 0.92 0 0.55 0.16 143.76 0.85 0.46
Hex 12 D7 60 5C 0 37 10 90 55 2E
Octal 22 327 140 134 0 67 20 220 125 56
Binary 10010 11010111 1100000 1011100 0 110111 10000 10010000 1010101 101110

Color Harmonies of #12D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D760

Black with #12D760

Text Example


Text Example

White with #12D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,96); }

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

background-color css

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

 a { background-color: rgb(18,215,96); }

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

border-color css

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

 span { border-color: rgb(18,215,96); }

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