Html Css Color HEX #12FC49 Malachite

📋 copy color: '#12FC49'

red 18 ◦ green 252 ◦ blue 73

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

Shades of Malachite #12FC49

Tints of Malachite #12FC49

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.47%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 5.25%
G = 73.47%
B = 21.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#12FC49 (or 0x12FC49) is known color: Malachite. HEX triplet: 12, FC and 49. RGB value is (18,252,73). Sum of RGB (Red+Green+Blue) = 18+252+73=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FC49 is #ED03B6. Grayscale: #A2A2A2. Windows color (decimal): -15532983 or 4848658. OLE color: 4848658.

HSL color Cylindrical-coordinate representation of color #12FC49: hue angle of 134.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FC49 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 73 -
CMYK 0.93 0 0.71 0.01
HSL 134.1º 0.98% 0.53% -
HSV(B) 134.1º 0.93% 0.99% -
XYZ 36.26 70.23 17.95 -
YUV 161.63 77.98 25.55 -
System Red Green Blue C M Y K H S L
Decimal 18 252 73 0.93 0 0.71 0.01 134.1 0.98 0.53
Hex 12 FC 49 5D 0 47 1 86 62 35
Octal 22 374 111 135 0 107 1 206 142 65
Binary 10010 11111100 1001001 1011101 0 1000111 1 10000110 1100010 110101

Color Harmonies of #12FC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FC49

Black with #12FC49

Text Example


Text Example

White with #12FC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,73); }

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

background-color css

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

 a { background-color: rgb(18,252,73); }

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

border-color css

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

 span { border-color: rgb(18,252,73); }

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