Html Css Color HEX #12FA52 Malachite

📋 copy color: '#12FA52'

red 18 ◦ green 250 ◦ blue 82

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

Shades of Malachite #12FA52

Tints of Malachite #12FA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 5.14%
G = 71.43%
B = 23.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#12FA52 (or 0x12FA52) is known color: Malachite. HEX triplet: 12, FA and 52. RGB value is (18,250,82). Sum of RGB (Red+Green+Blue) = 18+250+82=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA52 is #ED05AD. Grayscale: #A1A1A1. Windows color (decimal): -15533486 or 5437970. OLE color: 5437970.

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

Color convert

RGB 18 250 82 -
CMYK 0.93 0 0.67 0.02
HSL 136.55º 0.96% 0.53% -
HSV(B) 136.55º 0.93% 0.98% -
XYZ 35.96 69.11 19.43 -
YUV 161.48 83.14 25.66 -
System Red Green Blue C M Y K H S L
Decimal 18 250 82 0.93 0 0.67 0.02 136.55 0.96 0.53
Hex 12 FA 52 5D 0 43 2 89 60 35
Octal 22 372 122 135 0 103 2 211 140 65
Binary 10010 11111010 1010010 1011101 0 1000011 10 10001001 1100000 110101

Color Harmonies of #12FA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA52

Black with #12FA52

Text Example


Text Example

White with #12FA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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