#22A066

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

Shades of Eucalyptus #22A066

Tints of Eucalyptus #22A066

Color information

#22A066 (or 0x22A066) is unknown color: approx Eucalyptus. HEX triplet: 22, A0 and 66. RGB value is (34,160,102). Sum of RGB (Red+Green+Blue) = 34+160+102=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #22A066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A066 is #DD5F99. Grayscale: #737373. Windows color (decimal): -14507930 or 6725666. OLE color: 6725666.

HSL color Cylindrical-coordinate representation of color #22A066: hue angle of 152.38º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A066 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB34160102-
CMYK0.7900.360.37
HSL152.38º64.95%38.04%-
HSV(B)152.38º78.75%62.75%-
XYZ15.6326.4416.85-
YUV115.71120.2669.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.49%
GREEN value IS 160 (62.89% from 255) = 54.05%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=11.49%
G=54.05%
B=34.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal341601020.7900.360.37152.3864.9538.04
Hex22A0664F02425984126
Octal422401461170444523010146
Binary10001010100000110011010011110100100100101100110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,160,102); }

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

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

 a { background-color: rgb(34,160,102); }

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

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

 span { border-color: rgb(34,160,102); }

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