Html Css Color HEX #14F148 Malachite

📋 copy color: '#14F148'

red 20 ◦ green 241 ◦ blue 72

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

Shades of Malachite #14F148

Tints of Malachite #14F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 72.37%

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

R = 6.01%
G = 72.37%
B = 21.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#14F148 (or 0x14F148) is known color: Malachite. HEX triplet: 14, F1 and 48. RGB value is (20,241,72). Sum of RGB (Red+Green+Blue) = 20+241+72=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #14F148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F148 is #EB0EB7. Grayscale: #9C9C9C. Windows color (decimal): -15404728 or 4780308. OLE color: 4780308.

HSL color Cylindrical-coordinate representation of color #14F148: hue angle of 134.12º degrees, saturation: 0.89, 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 #14F148 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 241 72 -
CMYK 0.92 0 0.70 0.05
HSL 134.12º 0.89% 0.51% -
HSV(B) 134.12º 0.92% 0.95% -
XYZ 32.91 63.53 16.66 -
YUV 155.66 80.78 31.24 -
System Red Green Blue C M Y K H S L
Decimal 20 241 72 0.92 0 0.70 0.05 134.12 0.89 0.51
Hex 14 F1 48 5C 0 46 5 86 59 33
Octal 24 361 110 134 0 106 5 206 131 63
Binary 10100 11110001 1001000 1011100 0 1000110 101 10000110 1011001 110011

Color Harmonies of #14F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F148

Black with #14F148

Text Example


Text Example

White with #14F148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,241,72); }

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

background-color css

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

 a { background-color: rgb(20,241,72); }

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

border-color css

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

 span { border-color: rgb(20,241,72); }

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