Html Css Color HEX #12FE48 Malachite

📋 copy color: '#12FE48'

red 18 ◦ green 254 ◦ blue 72

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

Shades of Malachite #12FE48

Tints of Malachite #12FE48

RGB

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

 GREEN value IS 254 (99.61% from 255) = 73.84%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 5.23%
G = 73.84%
B = 20.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#12FE48 (or 0x12FE48) is known color: Malachite. HEX triplet: 12, FE and 48. RGB value is (18,254,72). Sum of RGB (Red+Green+Blue) = 18+254+72=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE48 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FE48 is #ED01B7. Grayscale: #A3A3A3. Windows color (decimal): -15532472 or 4783634. OLE color: 4783634.

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

Color convert

RGB 18 254 72 -
CMYK 0.93 0 0.72 0.00
HSL 133.73º 0.99% 0.53% -
HSV(B) 133.73º 0.93% 1% -
XYZ 36.86 71.48 17.99 -
YUV 162.69 76.81 24.8 -
System Red Green Blue C M Y K H S L
Decimal 18 254 72 0.93 0 0.72 0.00 133.73 0.99 0.53
Hex 12 FE 48 5D 0 48 0 86 63 35
Octal 22 376 110 135 0 110 0 206 143 65
Binary 10010 11111110 1001000 1011101 0 1001000 0 10000110 1100011 110101

Color Harmonies of #12FE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE48

Black with #12FE48

Text Example


Text Example

White with #12FE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,72); }

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

background-color css

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

 a { background-color: rgb(18,254,72); }

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

border-color css

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

 span { border-color: rgb(18,254,72); }

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