Html Css Color HEX #19DC96 Shamrock

📋 copy color: '#19DC96'

red 25 ◦ green 220 ◦ blue 150

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

Shades of Shamrock #19DC96

Tints of Shamrock #19DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.7%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 6.33%
G = 55.7%
B = 37.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#19DC96 (or 0x19DC96) is known color: Shamrock. HEX triplet: 19, DC and 96. RGB value is (25,220,150). Sum of RGB (Red+Green+Blue) = 25+220+150=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC96 is #E62369. Grayscale: #999999. Windows color (decimal): -15082346 or 9886745. OLE color: 9886745.

HSL color Cylindrical-coordinate representation of color #19DC96: hue angle of 158.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC96 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 220 150 -
CMYK 0.89 0 0.32 0.14
HSL 158.46º 0.8% 0.48% -
HSV(B) 158.46º 0.89% 0.86% -
XYZ 31.5 53.6 37.54 -
YUV 153.72 125.9 36.19 -
System Red Green Blue C M Y K H S L
Decimal 25 220 150 0.89 0 0.32 0.14 158.46 0.8 0.48
Hex 19 DC 96 59 0 20 E 9E 50 30
Octal 31 334 226 131 0 40 16 236 120 60
Binary 11001 11011100 10010110 1011001 0 100000 1110 10011110 1010000 110000

Color Harmonies of #19DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DC96

Black with #19DC96

Text Example


Text Example

White with #19DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,220,150); }

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

background-color css

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

 a { background-color: rgb(25,220,150); }

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

border-color css

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

 span { border-color: rgb(25,220,150); }

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