#26a480

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

Shades of Jungle Green #26A480

Tints of Jungle Green #26A480

Color information

#26A480 (or 0x26A480) is unknown color: approx Jungle Green. HEX triplet: 26, A4 and 80. RGB value is (38,164,128). Sum of RGB (Red+Green+Blue) = 38+164+128=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #26A480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A480 is #D95B7F. Grayscale: #7A7A7A. Windows color (decimal): -14244736 or 8430630. OLE color: 8430630.

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

Color convert

RGB38164128-
CMYK0.7700.220.36
HSL162.86º62.38%39.61%-
HSV(B)162.86º76.83%64.31%-
XYZ17.9728.5224.98-
YUV122.22131.2667.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 164 (64.45% from 255) = 49.70%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=11.52%
G=49.70%
B=38.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381641280.7700.220.36162.8662.3839.61
Hex26A4804D01624a33e28
Octal46244200115026442437650
Binary1001101010010010000000100110101011010010010100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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