Html Css Color HEX #12E74B Malachite

📋 copy color: '#12E74B'

red 18 ◦ green 231 ◦ blue 75

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

Shades of Malachite #12E74B

Tints of Malachite #12E74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 71.3%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 5.56%
G = 71.3%
B = 23.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#12E74B (or 0x12E74B) is known color: Malachite. HEX triplet: 12, E7 and 4B. RGB value is (18,231,75). Sum of RGB (Red+Green+Blue) = 18+231+75=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 231 (90.62% from 255 or 71.30% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 231 - color contains mainly: green. Hex color #12E74B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E74B is #ED18B4. Grayscale: #959595. Windows color (decimal): -15538357 or 4974354. OLE color: 4974354.

HSL color Cylindrical-coordinate representation of color #12E74B: hue angle of 136.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E74B is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 231 75 -
CMYK 0.92 0 0.68 0.09
HSL 136.06º 0.86% 0.49% -
HSV(B) 136.06º 0.92% 0.91% -
XYZ 30.1 57.79 16.22 -
YUV 149.53 85.93 34.18 -
System Red Green Blue C M Y K H S L
Decimal 18 231 75 0.92 0 0.68 0.09 136.06 0.86 0.49
Hex 12 E7 4B 5C 0 44 9 88 56 31
Octal 22 347 113 134 0 104 11 210 126 61
Binary 10010 11100111 1001011 1011100 0 1000100 1001 10001000 1010110 110001

Color Harmonies of #12E74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E74B

Black with #12E74B

Text Example


Text Example

White with #12E74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,231,75); }

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

background-color css

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

 a { background-color: rgb(18,231,75); }

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

border-color css

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

 span { border-color: rgb(18,231,75); }

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