Html Css Color HEX #12D73D Malachite

📋 copy color: '#12D73D'

red 18 ◦ green 215 ◦ blue 61

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

Shades of Malachite #12D73D

Tints of Malachite #12D73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 6.12%
G = 73.13%
B = 20.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#12D73D (or 0x12D73D) is known color: Malachite. HEX triplet: 12, D7 and 3D. RGB value is (18,215,61). Sum of RGB (Red+Green+Blue) = 18+215+61=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #12D73D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D73D is #ED28C2. Grayscale: #8A8A8A. Windows color (decimal): -15542467 or 4052754. OLE color: 4052754.

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

Color convert

RGB 18 215 61 -
CMYK 0.92 0 0.72 0.16
HSL 133.1º 0.85% 0.46% -
HSV(B) 133.1º 0.92% 0.84% -
XYZ 25.39 49.07 12.55 -
YUV 138.54 84.23 42.02 -
System Red Green Blue C M Y K H S L
Decimal 18 215 61 0.92 0 0.72 0.16 133.1 0.85 0.46
Hex 12 D7 3D 5C 0 48 10 85 55 2E
Octal 22 327 75 134 0 110 20 205 125 56
Binary 10010 11010111 111101 1011100 0 1001000 10000 10000101 1010101 101110

Color Harmonies of #12D73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D73D

Black with #12D73D

Text Example


Text Example

White with #12D73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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