Html Css Color HEX #12EF3F Malachite

📋 copy color: '#12EF3F'

red 18 ◦ green 239 ◦ blue 63

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

Shades of Malachite #12EF3F

Tints of Malachite #12EF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 5.63%
G = 74.69%
B = 19.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#12EF3F (or 0x12EF3F) is known color: Malachite. HEX triplet: 12, EF and 3F. RGB value is (18,239,63). Sum of RGB (Red+Green+Blue) = 18+239+63=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EF3F is #ED10C0. Grayscale: #999999. Windows color (decimal): -15536321 or 4189970. OLE color: 4189970.

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

Color convert

RGB 18 239 63 -
CMYK 0.92 0 0.74 0.06
HSL 132.22º 0.87% 0.5% -
HSV(B) 132.22º 0.92% 0.94% -
XYZ 32.01 62.22 15.03 -
YUV 152.86 77.28 31.81 -
System Red Green Blue C M Y K H S L
Decimal 18 239 63 0.92 0 0.74 0.06 132.22 0.87 0.5
Hex 12 EF 3F 5C 0 4A 6 84 57 32
Octal 22 357 77 134 0 112 6 204 127 62
Binary 10010 11101111 111111 1011100 0 1001010 110 10000100 1010111 110010

Color Harmonies of #12EF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EF3F

Black with #12EF3F

Text Example


Text Example

White with #12EF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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