Html Css Color HEX #12FC44 Malachite

📋 copy color: '#12FC44'

red 18 ◦ green 252 ◦ blue 68

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

Shades of Malachite #12FC44

Tints of Malachite #12FC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 5.33%
G = 74.56%
B = 20.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#12FC44 (or 0x12FC44) is known color: Malachite. HEX triplet: 12, FC and 44. RGB value is (18,252,68). Sum of RGB (Red+Green+Blue) = 18+252+68=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 252 (98.83% from 255 or 74.56% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC44 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FC44 is #ED03BB. Grayscale: #A1A1A1. Windows color (decimal): -15532988 or 4520978. OLE color: 4520978.

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

Color convert

RGB 18 252 68 -
CMYK 0.93 0 0.73 0.01
HSL 132.82º 0.98% 0.53% -
HSV(B) 132.82º 0.93% 0.99% -
XYZ 36.1 70.17 17.11 -
YUV 161.06 75.48 25.96 -
System Red Green Blue C M Y K H S L
Decimal 18 252 68 0.93 0 0.73 0.01 132.82 0.98 0.53
Hex 12 FC 44 5D 0 49 1 85 62 35
Octal 22 374 104 135 0 111 1 205 142 65
Binary 10010 11111100 1000100 1011101 0 1001001 1 10000101 1100010 110101

Color Harmonies of #12FC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FC44

Black with #12FC44

Text Example


Text Example

White with #12FC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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