#26AC80

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

Shades of Jungle Green #26AC80

Tints of Jungle Green #26AC80

Color information

#26AC80 (or 0x26AC80) is unknown color: approx Jungle Green. HEX triplet: 26, AC and 80. RGB value is (38,172,128). Sum of RGB (Red+Green+Blue) = 38+172+128=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AC80 is #D9537F. Grayscale: #7E7E7E. Windows color (decimal): -14242688 or 8432678. OLE color: 8432678.

HSL color Cylindrical-coordinate representation of color #26AC80: hue angle of 160.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AC80 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB38172128-
CMYK0.7800.260.33
HSL160.3º63.81%41.18%-
HSV(B)160.3º77.91%67.45%-
XYZ19.4531.4825.47-
YUV126.92128.6164.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 172 (67.58% from 255) = 50.89%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=11.24%
G=50.89%
B=37.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381721280.7800.260.33160.363.8141.18
Hex26AC804E01A21a04029
Octal462542001160324124010051
Binary10011010101100100000001001110011010100001101000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,172,128); }

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

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

 a { background-color: rgb(38,172,128); }

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

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

 span { border-color: rgb(38,172,128); }

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