Html Css Color HEX #12FA55 Malachite

📋 copy color: '#12FA55'

red 18 ◦ green 250 ◦ blue 85

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

Shades of Malachite #12FA55

Tints of Malachite #12FA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 5.1%
G = 70.82%
B = 24.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#12FA55 (or 0x12FA55) is known color: Malachite. HEX triplet: 12, FA and 55. RGB value is (18,250,85). Sum of RGB (Red+Green+Blue) = 18+250+85=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA55 is #ED05AA. Grayscale: #A2A2A2. Windows color (decimal): -15533483 or 5634578. OLE color: 5634578.

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

Color convert

RGB 18 250 85 -
CMYK 0.93 0 0.66 0.02
HSL 137.33º 0.96% 0.53% -
HSV(B) 137.33º 0.93% 0.98% -
XYZ 36.07 69.16 20.04 -
YUV 161.82 84.64 25.42 -
System Red Green Blue C M Y K H S L
Decimal 18 250 85 0.93 0 0.66 0.02 137.33 0.96 0.53
Hex 12 FA 55 5D 0 42 2 89 60 35
Octal 22 372 125 135 0 102 2 211 140 65
Binary 10010 11111010 1010101 1011101 0 1000010 10 10001001 1100000 110101

Color Harmonies of #12FA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA55

Black with #12FA55

Text Example


Text Example

White with #12FA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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