#26AC86

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

Shades of Jungle Green #26AC86

Tints of Jungle Green #26AC86

Color information

#26AC86 (or 0x26AC86) is unknown color: approx Jungle Green. HEX triplet: 26, AC and 86. RGB value is (38,172,134). Sum of RGB (Red+Green+Blue) = 38+172+134=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AC86 is #D95379. Grayscale: #7F7F7F. Windows color (decimal): -14242682 or 8825894. OLE color: 8825894.

HSL color Cylindrical-coordinate representation of color #26AC86: hue angle of 162.99º 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 #26AC86 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB38172134-
CMYK0.7800.220.33
HSL162.99º63.81%41.18%-
HSV(B)162.99º77.91%67.45%-
XYZ19.8531.6427.61-
YUV127.6131.6164.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 172 (67.58% from 255) = 50%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=11.05%
G=50%
B=38.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381721340.7800.220.33162.9963.8141.18
Hex26AC864E01621a34029
Octal462542061160264124310051
Binary10011010101100100001101001110010110100001101000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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