Html Css Color HEX #14F241 Malachite

📋 copy color: '#14F241'

red 20 ◦ green 242 ◦ blue 65

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

Shades of Malachite #14F241

Tints of Malachite #14F241

RGB

 RED value IS 20 (8.2% from 255) = 6.12%

 GREEN value IS 242 (94.92% from 255) = 74.01%

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 6.12%
G = 74.01%
B = 19.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#14F241 (or 0x14F241) is known color: Malachite. HEX triplet: 14, F2 and 41. RGB value is (20,242,65). Sum of RGB (Red+Green+Blue) = 20+242+65=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #14F241 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F241 is #EB0DBE. Grayscale: #9B9B9B. Windows color (decimal): -15404479 or 4321812. OLE color: 4321812.

HSL color Cylindrical-coordinate representation of color #14F241: hue angle of 132.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F241 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 242 65 -
CMYK 0.92 0 0.73 0.05
HSL 132.16º 0.9% 0.51% -
HSV(B) 132.16º 0.92% 0.95% -
XYZ 32.99 64.03 15.62 -
YUV 155.44 76.95 31.39 -
System Red Green Blue C M Y K H S L
Decimal 20 242 65 0.92 0 0.73 0.05 132.16 0.9 0.51
Hex 14 F2 41 5C 0 49 5 84 5A 33
Octal 24 362 101 134 0 111 5 204 132 63
Binary 10100 11110010 1000001 1011100 0 1001001 101 10000100 1011010 110011

Color Harmonies of #14F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F241

Black with #14F241

Text Example


Text Example

White with #14F241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14F241; }

 p { color: rgb(20,242,65); }

 H1.HeaderClassName
 {
   color: #14F241;
 }
 .AnyTagClassName
 {
   color: #14F241;
 }
</style>

background-color css

<style>
 a { background-color: #14F241; }

 a { background-color: rgb(20,242,65); }

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

border-color css

<style>
 span { border-color: #14F241; }

 span { border-color: rgb(20,242,65); }

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