Html Css Color HEX #20C595 Shamrock

📋 copy color: '#20C595'

red 32 ◦ green 197 ◦ blue 149

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

Shades of Shamrock #20C595

Tints of Shamrock #20C595

RGB

 RED value IS 32 (12.89% from 255) = 8.47%

 GREEN value IS 197 (77.34% from 255) = 52.12%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 8.47%
G = 52.12%
B = 39.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#20C595 (or 0x20C595) is known color: Shamrock. HEX triplet: 20, C5 and 95. RGB value is (32,197,149). Sum of RGB (Red+Green+Blue) = 32+197+149=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #20C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C595 is #DF3A6A. Grayscale: #8E8E8E. Windows color (decimal): -14629483 or 9815328. OLE color: 9815328.

HSL color Cylindrical-coordinate representation of color #20C595: hue angle of 162.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C595 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 197 149 -
CMYK 0.84 0 0.24 0.23
HSL 162.55º 0.72% 0.45% -
HSV(B) 162.55º 0.84% 0.77% -
XYZ 25.99 42.41 35.25 -
YUV 142.19 131.84 49.4 -
System Red Green Blue C M Y K H S L
Decimal 32 197 149 0.84 0 0.24 0.23 162.55 0.72 0.45
Hex 20 C5 95 54 0 18 17 A3 48 2D
Octal 40 305 225 124 0 30 27 243 110 55
Binary 100000 11000101 10010101 1010100 0 11000 10111 10100011 1001000 101101

Color Harmonies of #20C595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C595

Black with #20C595

Text Example


Text Example

White with #20C595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C595; }

 p { color: rgb(32,197,149); }

 H1.HeaderClassName
 {
   color: #20C595;
 }
 .AnyTagClassName
 {
   color: #20C595;
 }
</style>

background-color css

<style>
 a { background-color: #20C595; }

 a { background-color: rgb(32,197,149); }

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

border-color css

<style>
 span { border-color: #20C595; }

 span { border-color: rgb(32,197,149); }

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