Html Css Color HEX #20C690 Shamrock

📋 copy color: '#20C690'

red 32 ◦ green 198 ◦ blue 144

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

Shades of Shamrock #20C690

Tints of Shamrock #20C690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.94%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 8.56%
G = 52.94%
B = 38.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#20C690 (or 0x20C690) is known color: Shamrock. HEX triplet: 20, C6 and 90. RGB value is (32,198,144). Sum of RGB (Red+Green+Blue) = 32+198+144=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #20C690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C690 is #DF396F. Grayscale: #8E8E8E. Windows color (decimal): -14629232 or 9487904. OLE color: 9487904.

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

Color convert

RGB 32 198 144 -
CMYK 0.84 0 0.27 0.22
HSL 160.48º 0.72% 0.45% -
HSV(B) 160.48º 0.84% 0.78% -
XYZ 25.82 42.71 33.27 -
YUV 142.21 129 49.39 -
System Red Green Blue C M Y K H S L
Decimal 32 198 144 0.84 0 0.27 0.22 160.48 0.72 0.45
Hex 20 C6 90 54 0 1B 16 A0 48 2D
Octal 40 306 220 124 0 33 26 240 110 55
Binary 100000 11000110 10010000 1010100 0 11011 10110 10100000 1001000 101101

Color Harmonies of #20C690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C690

Black with #20C690

Text Example


Text Example

White with #20C690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,198,144); }

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

background-color css

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

 a { background-color: rgb(32,198,144); }

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

border-color css

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

 span { border-color: rgb(32,198,144); }

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