Html Css Color HEX #12FC5D Malachite

📋 copy color: '#12FC5D'

red 18 ◦ green 252 ◦ blue 93

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

Shades of Malachite #12FC5D

Tints of Malachite #12FC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 69.42%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 4.96%
G = 69.42%
B = 25.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#12FC5D (or 0x12FC5D) is known color: Malachite. HEX triplet: 12, FC and 5D. RGB value is (18,252,93). Sum of RGB (Red+Green+Blue) = 18+252+93=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FC5D is #ED03A2. Grayscale: #A4A4A4. Windows color (decimal): -15532963 or 6159378. OLE color: 6159378.

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

Color convert

RGB 18 252 93 -
CMYK 0.93 0 0.63 0.01
HSL 139.23º 0.98% 0.53% -
HSV(B) 139.23º 0.93% 0.99% -
XYZ 37.04 70.54 22.02 -
YUV 163.91 87.98 23.93 -
System Red Green Blue C M Y K H S L
Decimal 18 252 93 0.93 0 0.63 0.01 139.23 0.98 0.53
Hex 12 FC 5D 5D 0 3F 1 8B 62 35
Octal 22 374 135 135 0 77 1 213 142 65
Binary 10010 11111100 1011101 1011101 0 111111 1 10001011 1100010 110101

Color Harmonies of #12FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FC5D

Black with #12FC5D

Text Example


Text Example

White with #12FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,93); }

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

background-color css

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

 a { background-color: rgb(18,252,93); }

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

border-color css

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

 span { border-color: rgb(18,252,93); }

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