#22AE85

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

Shades of Jungle Green #22AE85

Tints of Jungle Green #22AE85

Color information

#22AE85 (or 0x22AE85) is unknown color: approx Jungle Green. HEX triplet: 22, AE and 85. RGB value is (34,174,133). Sum of RGB (Red+Green+Blue) = 34+174+133=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #22AE85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22AE85 is #DD517A. Grayscale: #7F7F7F. Windows color (decimal): -14504315 or 8760866. OLE color: 8760866.

HSL color Cylindrical-coordinate representation of color #22AE85: hue angle of 162.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AE85 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB34174133-
CMYK0.8000.240.32
HSL162.43º67.31%40.78%-
HSV(B)162.43º80.46%68.24%-
XYZ20.0332.3127.37-
YUV127.47131.1261.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.97%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=9.97%
G=51.03%
B=39.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341741330.8000.240.32162.4367.3140.78
Hex22AE855001820a24329
Octal422562051200304024210351
Binary10001010101110100001011010000011000100000101000101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,174,133); }

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

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

 a { background-color: rgb(34,174,133); }

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

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

 span { border-color: rgb(34,174,133); }

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