Html Css Color HEX #19C960 Malachite

📋 copy color: '#19C960'

red 25 ◦ green 201 ◦ blue 96

#19C960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #19C960

Tints of Malachite #19C960

RGB

 RED value IS 25 (10.16% from 255) = 7.76%

 GREEN value IS 201 (78.91% from 255) = 62.42%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 7.76%
G = 62.42%
B = 29.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#19C960 (or 0x19C960) is known color: Malachite. HEX triplet: 19, C9 and 60. RGB value is (25,201,96). Sum of RGB (Red+Green+Blue) = 25+201+96=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 201 (78.91% from 255 or 62.42% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 201 - color contains mainly: green. Hex color #19C960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C960 is #E6369F. Grayscale: #888888. Windows color (decimal): -15087264 or 6342937. OLE color: 6342937.

HSL color Cylindrical-coordinate representation of color #19C960: hue angle of 144.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C960 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 201 96 -
CMYK 0.88 0 0.52 0.21
HSL 144.2º 0.78% 0.44% -
HSV(B) 144.2º 0.88% 0.79% -
XYZ 23.4 42.82 18.1 -
YUV 136.41 105.19 48.54 -
System Red Green Blue C M Y K H S L
Decimal 25 201 96 0.88 0 0.52 0.21 144.2 0.78 0.44
Hex 19 C9 60 58 0 34 15 90 4E 2C
Octal 31 311 140 130 0 64 25 220 116 54
Binary 11001 11001001 1100000 1011000 0 110100 10101 10010000 1001110 101100

Color Harmonies of #19C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C960

Black with #19C960

Text Example


Text Example

White with #19C960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19C960;
 }
 .AnyTagClassName
 {
   color: #19C960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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