Html Css Color HEX #19DC82 Shamrock

📋 copy color: '#19DC82'

red 25 ◦ green 220 ◦ blue 130

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

Shades of Shamrock #19DC82

Tints of Shamrock #19DC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 6.67%
G = 58.67%
B = 34.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#19DC82 (or 0x19DC82) is known color: Shamrock. HEX triplet: 19, DC and 82. RGB value is (25,220,130). Sum of RGB (Red+Green+Blue) = 25+220+130=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19DC82 is #E6237D. Grayscale: #979797. Windows color (decimal): -15082366 or 8576025. OLE color: 8576025.

HSL color Cylindrical-coordinate representation of color #19DC82: hue angle of 152.31º 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 #19DC82 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 220 130 -
CMYK 0.89 0 0.41 0.14
HSL 152.31º 0.8% 0.48% -
HSV(B) 152.31º 0.89% 0.86% -
XYZ 30.02 53 29.77 -
YUV 151.44 115.9 37.82 -
System Red Green Blue C M Y K H S L
Decimal 25 220 130 0.89 0 0.41 0.14 152.31 0.8 0.48
Hex 19 DC 82 59 0 29 E 98 50 30
Octal 31 334 202 131 0 51 16 230 120 60
Binary 11001 11011100 10000010 1011001 0 101001 1110 10011000 1010000 110000

Color Harmonies of #19DC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DC82

Black with #19DC82

Text Example


Text Example

White with #19DC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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