Html Css Color HEX #12EB3E Malachite

📋 copy color: '#12EB3E'

red 18 ◦ green 235 ◦ blue 62

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

Shades of Malachite #12EB3E

Tints of Malachite #12EB3E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 74.6%

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 5.71%
G = 74.6%
B = 19.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#12EB3E (or 0x12EB3E) is known color: Malachite. HEX triplet: 12, EB and 3E. RGB value is (18,235,62). Sum of RGB (Red+Green+Blue) = 18+235+62=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #12EB3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EB3E is #ED14C1. Grayscale: #969696. Windows color (decimal): -15537346 or 4123410. OLE color: 4123410.

HSL color Cylindrical-coordinate representation of color #12EB3E: hue angle of 132.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EB3E is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 235 62 -
CMYK 0.92 0 0.74 0.08
HSL 132.17º 0.86% 0.5% -
HSV(B) 132.17º 0.92% 0.92% -
XYZ 30.83 59.89 14.49 -
YUV 150.4 78.11 33.57 -
System Red Green Blue C M Y K H S L
Decimal 18 235 62 0.92 0 0.74 0.08 132.17 0.86 0.5
Hex 12 EB 3E 5C 0 4A 8 84 56 32
Octal 22 353 76 134 0 112 10 204 126 62
Binary 10010 11101011 111110 1011100 0 1001010 1000 10000100 1010110 110010

Color Harmonies of #12EB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EB3E

Black with #12EB3E

Text Example


Text Example

White with #12EB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,235,62); }

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

background-color css

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

 a { background-color: rgb(18,235,62); }

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

border-color css

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

 span { border-color: rgb(18,235,62); }

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