#20C09B

Color #20C09B Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #20C09B

Tints of Shamrock #20C09B

Color information

#20C09B (or 0x20C09B) is unknown color: approx Shamrock. HEX triplet: 20, C0 and 9B. RGB value is (32,192,155). Sum of RGB (Red+Green+Blue) = 32+192+155=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #20C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C09B is #DF3F64. Grayscale: #8B8B8B. Windows color (decimal): -14630757 or 10207264. OLE color: 10207264.

HSL color Cylindrical-coordinate representation of color #20C09B: hue angle of 166.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C09B is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB32192155-
CMYK0.8300.190.25
HSL166.12º71.43%43.92%-
HSV(B)166.12º83.33%75.29%-
XYZ25.3640.3737.47-
YUV139.94136.4951.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.44%
GREEN value IS 192 (75.39% from 255) = 50.66%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=8.44%
G=50.66%
B=40.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321921550.8300.190.25166.1271.4343.92
Hex20C09B5301319a6472c
Octal403002331230233124610754
Binary1000001100000010011011101001101001111001101001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,192,155); }

 H1.HeaderClassName
 {
   color: #20C09B;
 }
 .AnyTagClassName
 {
   color: #20C09B;
 }
</style>
background-color css

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

 a { background-color: rgb(32,192,155); }

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

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

 span { border-color: rgb(32,192,155); }

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