#20C075

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

Shades of Mountain Meadow #20C075

Tints of Mountain Meadow #20C075

Color information

#20C075 (or 0x20C075) is unknown color: approx Mountain Meadow. HEX triplet: 20, C0 and 75. RGB value is (32,192,117). Sum of RGB (Red+Green+Blue) = 32+192+117=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #20C075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C075 is #DF3F8A. Grayscale: #878787. Windows color (decimal): -14630795 or 7716896. OLE color: 7716896.

HSL color Cylindrical-coordinate representation of color #20C075: hue angle of 151.88º 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 #20C075 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB32192117-
CMYK0.8300.390.25
HSL151.88º71.43%43.92%-
HSV(B)151.88º83.33%75.29%-
XYZ22.6639.2923.22-
YUV135.61117.4954.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.38%
GREEN value IS 192 (75.39% from 255) = 56.30%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=9.38%
G=56.30%
B=34.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321921170.8300.390.25151.8871.4343.92
Hex20C075530271998472c
Octal403001651230473123010754
Binary1000001100000011101011010011010011111001100110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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