#26AA7C

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

Shades of Jungle Green #26AA7C

Tints of Jungle Green #26AA7C

Color information

#26AA7C (or 0x26AA7C) is unknown color: approx Jungle Green. HEX triplet: 26, AA and 7C. RGB value is (38,170,124). Sum of RGB (Red+Green+Blue) = 38+170+124=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA7C is #D95583. Grayscale: #7D7D7D. Windows color (decimal): -14243204 or 8170022. OLE color: 8170022.

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

Color convert

RGB38170124-
CMYK0.7800.270.33
HSL159.09º63.46%40.78%-
HSV(B)159.09º77.65%66.67%-
XYZ18.8130.6223.99-
YUV125.29127.2765.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=11.45%
G=51.20%
B=37.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381701240.7800.270.33159.0963.4640.78
Hex26AA7C4E01B219f3f29
Octal46252174116033412377751
Binary100110101010101111100100111001101110000110011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,170,124); }

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

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

 a { background-color: rgb(38,170,124); }

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

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

 span { border-color: rgb(38,170,124); }

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