Html Css Color HEX #12FA4A Malachite

📋 copy color: '#12FA4A'

red 18 ◦ green 250 ◦ blue 74

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

Shades of Malachite #12FA4A

Tints of Malachite #12FA4A

RGB

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

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

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

R = 5.26%
G = 73.1%
B = 21.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#12FA4A (or 0x12FA4A) is known color: Malachite. HEX triplet: 12, FA and 4A. RGB value is (18,250,74). Sum of RGB (Red+Green+Blue) = 18+250+74=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA4A is #ED05B5. Grayscale: #A1A1A1. Windows color (decimal): -15533494 or 4913682. OLE color: 4913682.

HSL color Cylindrical-coordinate representation of color #12FA4A: hue angle of 134.48º 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 #12FA4A is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 74 -
CMYK 0.93 0 0.70 0.02
HSL 134.48º 0.96% 0.53% -
HSV(B) 134.48º 0.93% 0.98% -
XYZ 35.67 68.99 17.92 -
YUV 160.57 79.14 26.31 -
System Red Green Blue C M Y K H S L
Decimal 18 250 74 0.93 0 0.70 0.02 134.48 0.96 0.53
Hex 12 FA 4A 5D 0 46 2 86 60 35
Octal 22 372 112 135 0 106 2 206 140 65
Binary 10010 11111010 1001010 1011101 0 1000110 10 10000110 1100000 110101

Color Harmonies of #12FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA4A

Black with #12FA4A

Text Example


Text Example

White with #12FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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