Html Css Color HEX #12FE42 Malachite

📋 copy color: '#12FE42'

red 18 ◦ green 254 ◦ blue 66

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

Shades of Malachite #12FE42

Tints of Malachite #12FE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 5.33%
G = 75.15%
B = 19.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#12FE42 (or 0x12FE42) is known color: Malachite. HEX triplet: 12, FE and 42. RGB value is (18,254,66). Sum of RGB (Red+Green+Blue) = 18+254+66=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FE42 is #ED01BD. Grayscale: #A2A2A2. Windows color (decimal): -15532478 or 4390418. OLE color: 4390418.

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

Color convert

RGB 18 254 66 -
CMYK 0.93 0 0.74 0.00
HSL 132.2º 0.99% 0.53% -
HSV(B) 132.2º 0.93% 1% -
XYZ 36.67 71.41 17 -
YUV 162 73.81 25.29 -
System Red Green Blue C M Y K H S L
Decimal 18 254 66 0.93 0 0.74 0.00 132.2 0.99 0.53
Hex 12 FE 42 5D 0 4A 0 84 63 35
Octal 22 376 102 135 0 112 0 204 143 65
Binary 10010 11111110 1000010 1011101 0 1001010 0 10000100 1100011 110101

Color Harmonies of #12FE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE42

Black with #12FE42

Text Example


Text Example

White with #12FE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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