Html Css Color HEX #12E046 Malachite

📋 copy color: '#12E046'

red 18 ◦ green 224 ◦ blue 70

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

Shades of Malachite #12E046

Tints of Malachite #12E046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 71.79%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 5.77%
G = 71.79%
B = 22.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#12E046 (or 0x12E046) is known color: Malachite. HEX triplet: 12, E0 and 46. RGB value is (18,224,70). Sum of RGB (Red+Green+Blue) = 18+224+70=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #12E046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E046 is #ED1FB9. Grayscale: #919191. Windows color (decimal): -15540154 or 4644882. OLE color: 4644882.

HSL color Cylindrical-coordinate representation of color #12E046: hue angle of 135.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E046 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 224 70 -
CMYK 0.92 0 0.69 0.12
HSL 135.15º 0.85% 0.47% -
HSV(B) 135.15º 0.92% 0.88% -
XYZ 28.01 53.88 14.72 -
YUV 144.85 85.75 37.52 -
System Red Green Blue C M Y K H S L
Decimal 18 224 70 0.92 0 0.69 0.12 135.15 0.85 0.47
Hex 12 E0 46 5C 0 45 C 87 55 2F
Octal 22 340 106 134 0 105 14 207 125 57
Binary 10010 11100000 1000110 1011100 0 1000101 1100 10000111 1010101 101111

Color Harmonies of #12E046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E046

Black with #12E046

Text Example


Text Example

White with #12E046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,224,70); }

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

background-color css

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

 a { background-color: rgb(18,224,70); }

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

border-color css

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

 span { border-color: rgb(18,224,70); }

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