#19F164

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

Shades of Malachite #19F164

Tints of Malachite #19F164

Color information

#19F164 (or 0x19F164) is unknown color: approx Malachite. HEX triplet: 19, F1 and 64. RGB value is (25,241,100). Sum of RGB (Red+Green+Blue) = 25+241+100=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #19F164 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #19F164 is #E60E9B. Grayscale: #A0A0A0. Windows color (decimal): -15077020 or 6615321. OLE color: 6615321.

HSL color Cylindrical-coordinate representation of color #19F164: hue angle of 140.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F164 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB25241100-
CMYK0.9000.590.05
HSL140.83º88.52%52.16%-
HSV(B)140.83º89.63%94.51%-
XYZ34.1664.0422.62-
YUV160.3493.9431.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.83%
GREEN value IS 241 (94.53% from 255) = 65.85%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=6.83%
G=65.85%
B=27.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal252411000.9000.590.05140.8388.5252.16
Hex19F1645A03B58d5934
Octal31361144132073521513164
Binary1100111110001110010010110100111011101100011011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19F164; }

 p { color: rgb(25,241,100); }

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

<style>
 a { background-color: #19F164; }

 a { background-color: rgb(25,241,100); }

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

<style>
 span { border-color: #19F164; }

 span { border-color: rgb(25,241,100); }

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