#26A266

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

Shades of Eucalyptus #26A266

Tints of Eucalyptus #26A266

Color information

#26A266 (or 0x26A266) is unknown color: approx Eucalyptus. HEX triplet: 26, A2 and 66. RGB value is (38,162,102). Sum of RGB (Red+Green+Blue) = 38+162+102=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #26A266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A266 is #D95D99. Grayscale: #767676. Windows color (decimal): -14245274 or 6726182. OLE color: 6726182.

HSL color Cylindrical-coordinate representation of color #26A266: hue angle of 150.97º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A266 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB38162102-
CMYK0.7700.370.36
HSL150.97º62%39.22%-
HSV(B)150.97º76.54%63.53%-
XYZ16.1227.2116.97-
YUV118.08118.9270.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=12.58%
G=53.64%
B=33.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621020.7700.370.36150.976239.22
Hex26A2664D02524973e27
Octal46242146115045442277647
Binary1001101010001011001101001101010010110010010010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A266; }

 p { color: rgb(38,162,102); }

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

<style>
 a { background-color: #26A266; }

 a { background-color: rgb(38,162,102); }

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

<style>
 span { border-color: #26A266; }

 span { border-color: rgb(38,162,102); }

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