Html Css Color HEX #12D85F Malachite

📋 copy color: '#12D85F'

red 18 ◦ green 216 ◦ blue 95

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

Shades of Malachite #12D85F

Tints of Malachite #12D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.65%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 5.47%
G = 65.65%
B = 28.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#12D85F (or 0x12D85F) is known color: Malachite. HEX triplet: 12, D8 and 5F. RGB value is (18,216,95). Sum of RGB (Red+Green+Blue) = 18+216+95=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #12D85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D85F is #ED27A0. Grayscale: #8F8F8F. Windows color (decimal): -15542177 or 6281234. OLE color: 6281234.

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

Color convert

RGB 18 216 95 -
CMYK 0.92 0 0.56 0.15
HSL 143.33º 0.85% 0.46% -
HSV(B) 143.33º 0.92% 0.85% -
XYZ 26.87 50.07 19.07 -
YUV 143 100.9 38.84 -
System Red Green Blue C M Y K H S L
Decimal 18 216 95 0.92 0 0.56 0.15 143.33 0.85 0.46
Hex 12 D8 5F 5C 0 38 F 8F 55 2E
Octal 22 330 137 134 0 70 17 217 125 56
Binary 10010 11011000 1011111 1011100 0 111000 1111 10001111 1010101 101110

Color Harmonies of #12D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D85F

Black with #12D85F

Text Example


Text Example

White with #12D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,216,95); }

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

background-color css

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

 a { background-color: rgb(18,216,95); }

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

border-color css

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

 span { border-color: rgb(18,216,95); }

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