#14F254

Color #14F254 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #14F254

Tints of Malachite #14F254

Color information

#14F254 (or 0x14F254) is unknown color: approx Malachite. HEX triplet: 14, F2 and 54. RGB value is (20,242,84). Sum of RGB (Red+Green+Blue) = 20+242+84=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #14F254 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F254 is #EB0DAB. Grayscale: #9E9E9E. Windows color (decimal): -15404460 or 5566996. OLE color: 5566996.

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

Color convert

RGB2024284-
CMYK0.9200.650.05
HSL137.3º89.52%51.37%-
HSV(B)137.3º91.74%94.9%-
XYZ33.6464.2919.02-
YUV157.6186.4529.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.78%
GREEN value IS 242 (94.92% from 255) = 69.94%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=5.78%
G=69.94%
B=24.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20242840.9200.650.05137.389.5251.37
Hex14F2545C0415895a33
Octal243621241340101521113263
Binary10100111100101010100101110001000001101100010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14F254;
 }
 .AnyTagClassName
 {
   color: #14F254;
 }
</style>
background-color css

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

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

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

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

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

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