#14F852

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

Shades of Malachite #14F852

Tints of Malachite #14F852

Color information

#14F852 (or 0x14F852) is unknown color: approx Malachite. HEX triplet: 14, F8 and 52. RGB value is (20,248,82). Sum of RGB (Red+Green+Blue) = 20+248+82=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 248 (97.27% from 255 or 70.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 248 - color contains mainly: green. Hex color #14F852 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F852 is #EB07AD. Grayscale: #A1A1A1. Windows color (decimal): -15402926 or 5437460. OLE color: 5437460.

HSL color Cylindrical-coordinate representation of color #14F852: hue angle of 136.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F852 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB2024882-
CMYK0.9200.670.03
HSL136.32º94.21%52.55%-
HSV(B)136.32º91.94%97.25%-
XYZ35.3867.8919.22-
YUV160.983.4627.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.71%
GREEN value IS 248 (97.27% from 255) = 70.86%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=5.71%
G=70.86%
B=23.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20248820.9200.670.03136.3294.2152.55
Hex14F8525C0433885e35
Octal243701221340103321013665
Binary1010011111000101001010111000100001111100010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,248,82); }

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

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

 a { background-color: rgb(20,248,82); }

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

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

 span { border-color: rgb(20,248,82); }

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