Html Css Color HEX #12EF3A Malachite

📋 copy color: '#12EF3A'

red 18 ◦ green 239 ◦ blue 58

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

Shades of Malachite #12EF3A

Tints of Malachite #12EF3A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 75.87%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 5.71%
G = 75.87%
B = 18.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#12EF3A (or 0x12EF3A) is known color: Malachite. HEX triplet: 12, EF and 3A. RGB value is (18,239,58). Sum of RGB (Red+Green+Blue) = 18+239+58=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EF3A is #ED10C5. Grayscale: #989898. Windows color (decimal): -15536326 or 3862290. OLE color: 3862290.

HSL color Cylindrical-coordinate representation of color #12EF3A: hue angle of 130.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EF3A is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 239 58 -
CMYK 0.92 0 0.76 0.06
HSL 130.86º 0.87% 0.5% -
HSV(B) 130.86º 0.92% 0.94% -
XYZ 31.88 62.17 14.32 -
YUV 152.29 74.78 32.22 -
System Red Green Blue C M Y K H S L
Decimal 18 239 58 0.92 0 0.76 0.06 130.86 0.87 0.5
Hex 12 EF 3A 5C 0 4C 6 83 57 32
Octal 22 357 72 134 0 114 6 203 127 62
Binary 10010 11101111 111010 1011100 0 1001100 110 10000011 1010111 110010

Color Harmonies of #12EF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EF3A

Black with #12EF3A

Text Example


Text Example

White with #12EF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,239,58); }

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

background-color css

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

 a { background-color: rgb(18,239,58); }

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

border-color css

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

 span { border-color: rgb(18,239,58); }

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