Html Css Color HEX #12E44A Malachite

📋 copy color: '#12E44A'

red 18 ◦ green 228 ◦ blue 74

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

Shades of Malachite #12E44A

Tints of Malachite #12E44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 71.25%

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 5.63%
G = 71.25%
B = 23.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#12E44A (or 0x12E44A) is known color: Malachite. HEX triplet: 12, E4 and 4A. RGB value is (18,228,74). Sum of RGB (Red+Green+Blue) = 18+228+74=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #12E44A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E44A is #ED1BB5. Grayscale: #949494. Windows color (decimal): -15539126 or 4908050. OLE color: 4908050.

HSL color Cylindrical-coordinate representation of color #12E44A: hue angle of 136º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E44A is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 228 74 -
CMYK 0.92 0 0.68 0.11
HSL 136º 0.85% 0.48% -
HSV(B) 136º 0.92% 0.89% -
XYZ 29.23 56.11 15.77 -
YUV 147.65 86.43 35.52 -
System Red Green Blue C M Y K H S L
Decimal 18 228 74 0.92 0 0.68 0.11 136 0.85 0.48
Hex 12 E4 4A 5C 0 44 B 88 55 30
Octal 22 344 112 134 0 104 13 210 125 60
Binary 10010 11100100 1001010 1011100 0 1000100 1011 10001000 1010101 110000

Color Harmonies of #12E44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E44A

Black with #12E44A

Text Example


Text Example

White with #12E44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,228,74); }

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

background-color css

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

 a { background-color: rgb(18,228,74); }

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

border-color css

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

 span { border-color: rgb(18,228,74); }

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