#22C580

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

Shades of Mountain Meadow #22C580

Tints of Mountain Meadow #22C580

Color information

#22C580 (or 0x22C580) is unknown color: approx Mountain Meadow. HEX triplet: 22, C5 and 80. RGB value is (34,197,128). Sum of RGB (Red+Green+Blue) = 34+197+128=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #22C580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C580 is #DD3A7F. Grayscale: #8C8C8C. Windows color (decimal): -14498432 or 8439074. OLE color: 8439074.

HSL color Cylindrical-coordinate representation of color #22C580: hue angle of 154.6º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C580 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB34197128-
CMYK0.8300.350.23
HSL154.6º70.56%45.29%-
HSV(B)154.6º82.74%77.25%-
XYZ24.5241.8327.2-
YUV140.412152.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.47%
GREEN value IS 197 (77.34% from 255) = 54.87%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=9.47%
G=54.87%
B=35.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341971280.8300.350.23154.670.5645.29
Hex22C58053023179b472d
Octal423052001230432723310755
Binary10001011000101100000001010011010001110111100110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C580; }

 p { color: rgb(34,197,128); }

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

<style>
 a { background-color: #22C580; }

 a { background-color: rgb(34,197,128); }

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

<style>
 span { border-color: #22C580; }

 span { border-color: rgb(34,197,128); }

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