Html Css Color HEX #12D75F Malachite

📋 copy color: '#12D75F'

red 18 ◦ green 215 ◦ blue 95

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

Shades of Malachite #12D75F

Tints of Malachite #12D75F

RGB

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

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

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

R = 5.49%
G = 65.55%
B = 28.96%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#12D75F (or 0x12D75F) is known color: Malachite. HEX triplet: 12, D7 and 5F. RGB value is (18,215,95). Sum of RGB (Red+Green+Blue) = 18+215+95=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 215 (84.38% from 255 or 65.55% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 215 - color contains mainly: green. Hex color #12D75F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D75F is #ED28A0. Grayscale: #8E8E8E. Windows color (decimal): -15542433 or 6280978. OLE color: 6280978.

HSL color Cylindrical-coordinate representation of color #12D75F: hue angle of 143.45º 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 #12D75F is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 215 95 -
CMYK 0.92 0 0.56 0.16
HSL 143.45º 0.85% 0.46% -
HSV(B) 143.45º 0.92% 0.84% -
XYZ 26.62 49.56 18.99 -
YUV 142.42 101.23 39.26 -
System Red Green Blue C M Y K H S L
Decimal 18 215 95 0.92 0 0.56 0.16 143.45 0.85 0.46
Hex 12 D7 5F 5C 0 38 10 8F 55 2E
Octal 22 327 137 134 0 70 20 217 125 56
Binary 10010 11010111 1011111 1011100 0 111000 10000 10001111 1010101 101110

Color Harmonies of #12D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D75F

Black with #12D75F

Text Example


Text Example

White with #12D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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