Html Css Color HEX #12FA47 Malachite

📋 copy color: '#12FA47'

red 18 ◦ green 250 ◦ blue 71

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

Shades of Malachite #12FA47

Tints of Malachite #12FA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 5.31%
G = 73.75%
B = 20.94%

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

#12FA47 (or 0x12FA47) is known color: Malachite. HEX triplet: 12, FA and 47. RGB value is (18,250,71). Sum of RGB (Red+Green+Blue) = 18+250+71=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FA47 is #ED05B8. Grayscale: #A0A0A0. Windows color (decimal): -15533497 or 4717074. OLE color: 4717074.

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

Color convert

RGB 18 250 71 -
CMYK 0.93 0 0.72 0.02
HSL 133.71º 0.96% 0.53% -
HSV(B) 133.71º 0.93% 0.98% -
XYZ 35.57 68.95 17.4 -
YUV 160.23 77.64 26.55 -
System Red Green Blue C M Y K H S L
Decimal 18 250 71 0.93 0 0.72 0.02 133.71 0.96 0.53
Hex 12 FA 47 5D 0 48 2 86 60 35
Octal 22 372 107 135 0 110 2 206 140 65
Binary 10010 11111010 1000111 1011101 0 1001000 10 10000110 1100000 110101

Color Harmonies of #12FA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA47

Black with #12FA47

Text Example


Text Example

White with #12FA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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