#22AC5F

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

Shades of Eucalyptus #22AC5F

Tints of Eucalyptus #22AC5F

Color information

#22AC5F (or 0x22AC5F) is unknown color: approx Eucalyptus. HEX triplet: 22, AC and 5F. RGB value is (34,172,95). Sum of RGB (Red+Green+Blue) = 34+172+95=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AC5F is #DD53A0. Grayscale: #7A7A7A. Windows color (decimal): -14504865 or 6269986. OLE color: 6269986.

HSL color Cylindrical-coordinate representation of color #22AC5F: hue angle of 146.52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AC5F is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB3417295-
CMYK0.8000.450.33
HSL146.52º66.99%40.39%-
HSV(B)146.52º80.23%67.45%-
XYZ17.4830.6715.83-
YUV121.96112.7865.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.30%
GREEN value IS 172 (67.58% from 255) = 57.14%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=11.30%
G=57.14%
B=31.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34172950.8000.450.33146.5266.9940.39
Hex22AC5F5002D21934328
Octal422541371200554122310350
Binary10001010101100101111110100000101101100001100100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,172,95); }

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

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

 a { background-color: rgb(34,172,95); }

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

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

 span { border-color: rgb(34,172,95); }

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