Html Css Color HEX #19CA64 Malachite

📋 copy color: '#19CA64'

red 25 ◦ green 202 ◦ blue 100

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

Shades of Malachite #19CA64

Tints of Malachite #19CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.77%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 7.65%
G = 61.77%
B = 30.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#19CA64 (or 0x19CA64) is known color: Malachite. HEX triplet: 19, CA and 64. RGB value is (25,202,100). Sum of RGB (Red+Green+Blue) = 25+202+100=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19CA64 is #E6359B. Grayscale: #898989. Windows color (decimal): -15087004 or 6605337. OLE color: 6605337.

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

Color convert

RGB 25 202 100 -
CMYK 0.88 0 0.50 0.21
HSL 145.42º 0.78% 0.45% -
HSV(B) 145.42º 0.88% 0.79% -
XYZ 23.82 43.37 19.17 -
YUV 137.45 106.86 47.79 -
System Red Green Blue C M Y K H S L
Decimal 25 202 100 0.88 0 0.50 0.21 145.42 0.78 0.45
Hex 19 CA 64 58 0 32 15 91 4E 2D
Octal 31 312 144 130 0 62 25 221 116 55
Binary 11001 11001010 1100100 1011000 0 110010 10101 10010001 1001110 101101

Color Harmonies of #19CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CA64

Black with #19CA64

Text Example


Text Example

White with #19CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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