#22A478

Color #22A478 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #22A478

Tints of Jungle Green #22A478

Color information

#22A478 (or 0x22A478) is unknown color: approx Jungle Green. HEX triplet: 22, A4 and 78. RGB value is (34,164,120). Sum of RGB (Red+Green+Blue) = 34+164+120=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #22A478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A478 is #DD5B87. Grayscale: #787878. Windows color (decimal): -14506888 or 7906338. OLE color: 7906338.

HSL color Cylindrical-coordinate representation of color #22A478: hue angle of 159.69º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A478 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB34164120-
CMYK0.7900.270.36
HSL159.69º65.66%38.82%-
HSV(B)159.69º79.27%64.31%-
XYZ17.3328.2522.31-
YUV120.11127.9366.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=10.69%
G=51.57%
B=37.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal341641200.7900.270.36159.6965.6638.82
Hex22A4784F01B24a04227
Octal422441701170334424010247
Binary1000101010010011110001001111011011100100101000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,164,120); }

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

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

 a { background-color: rgb(34,164,120); }

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

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

 span { border-color: rgb(34,164,120); }

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