#22AC64

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

Shades of Eucalyptus #22AC64

Tints of Eucalyptus #22AC64

Color information

#22AC64 (or 0x22AC64) is unknown color: approx Eucalyptus. HEX triplet: 22, AC and 64. RGB value is (34,172,100). Sum of RGB (Red+Green+Blue) = 34+172+100=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #22AC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22AC64 is #DD539B. Grayscale: #7A7A7A. Windows color (decimal): -14504860 or 6597666. OLE color: 6597666.

HSL color Cylindrical-coordinate representation of color #22AC64: hue angle of 148.7º 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 #22AC64 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB34172100-
CMYK0.8000.420.33
HSL148.7º66.99%40.39%-
HSV(B)148.7º80.23%67.45%-
XYZ17.7130.7717.06-
YUV122.53115.2864.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 172 (67.58% from 255) = 56.21%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=11.11%
G=56.21%
B=32.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341721000.8000.420.33148.766.9940.39
Hex22AC645002A21954328
Octal422541441200524122510350
Binary10001010101100110010010100000101010100001100101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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