Html Css Color HEX #12FA46 Malachite

📋 copy color: '#12FA46'

red 18 ◦ green 250 ◦ blue 70

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

Shades of Malachite #12FA46

Tints of Malachite #12FA46

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.96%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 5.33%
G = 73.96%
B = 20.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#12FA46 (or 0x12FA46) is known color: Malachite. HEX triplet: 12, FA and 46. RGB value is (18,250,70). Sum of RGB (Red+Green+Blue) = 18+250+70=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA46 is #ED05B9. Grayscale: #A0A0A0. Windows color (decimal): -15533498 or 4651538. OLE color: 4651538.

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

Color convert

RGB 18 250 70 -
CMYK 0.93 0 0.72 0.02
HSL 133.45º 0.96% 0.53% -
HSV(B) 133.45º 0.93% 0.98% -
XYZ 35.54 68.94 17.23 -
YUV 160.11 77.14 26.64 -
System Red Green Blue C M Y K H S L
Decimal 18 250 70 0.93 0 0.72 0.02 133.45 0.96 0.53
Hex 12 FA 46 5D 0 48 2 85 60 35
Octal 22 372 106 135 0 110 2 205 140 65
Binary 10010 11111010 1000110 1011101 0 1001000 10 10000101 1100000 110101

Color Harmonies of #12FA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA46

Black with #12FA46

Text Example


Text Example

White with #12FA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,70); }

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

background-color css

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

 a { background-color: rgb(18,250,70); }

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

border-color css

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

 span { border-color: rgb(18,250,70); }

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