#14E234

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

Shades of Malachite #14E234

Tints of Malachite #14E234

Color information

#14E234 (or 0x14E234) is unknown color: approx Malachite. HEX triplet: 14, E2 and 34. RGB value is (20,226,52). Sum of RGB (Red+Green+Blue) = 20+226+52=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 226 (88.67% from 255 or 75.84% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 226 - color contains mainly: green. Hex color #14E234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E234 is #EB1DCB. Grayscale: #919191. Windows color (decimal): -15408588 or 3465748. OLE color: 3465748.

HSL color Cylindrical-coordinate representation of color #14E234: hue angle of 129.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E234 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2022652-
CMYK0.9100.770.11
HSL129.32º83.74%48.24%-
HSV(B)129.32º91.15%88.63%-
XYZ28.154.7912.34-
YUV144.5775.7539.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.71%
GREEN value IS 226 (88.67% from 255) = 75.84%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=6.71%
G=75.84%
B=17.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20226520.9100.770.11129.3283.7448.24
Hex14E2345B04DB815430
Octal243426413301151320112460
Binary10100111000101101001011011010011011011100000011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,226,52); }

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

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

 a { background-color: rgb(20,226,52); }

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

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

 span { border-color: rgb(20,226,52); }

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