#19C160

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

Shades of Malachite #19C160

Tints of Malachite #19C160

Color information

#19C160 (or 0x19C160) is unknown color: approx Malachite. HEX triplet: 19, C1 and 60. RGB value is (25,193,96). Sum of RGB (Red+Green+Blue) = 25+193+96=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #19C160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C160 is #E63E9F. Grayscale: #838383. Windows color (decimal): -15089312 or 6340889. OLE color: 6340889.

HSL color Cylindrical-coordinate representation of color #19C160: hue angle of 145.36º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C160 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB2519396-
CMYK0.8700.500.24
HSL145.36º77.06%42.75%-
HSV(B)145.36º87.05%75.69%-
XYZ21.5839.1917.49-
YUV131.71107.8451.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.96%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=7.96%
G=61.46%
B=30.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25193960.8700.500.24145.3677.0642.75
Hex19C1605703218914d2b
Octal313011401270623022111553
Binary110011100000111000001010111011001011000100100011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,193,96); }

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

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

 a { background-color: rgb(25,193,96); }

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

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

 span { border-color: rgb(25,193,96); }

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