#26AE7A

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

Shades of Jungle Green #26AE7A

Tints of Jungle Green #26AE7A

Color information

#26AE7A (or 0x26AE7A) is unknown color: approx Jungle Green. HEX triplet: 26, AE and 7A. RGB value is (38,174,122). Sum of RGB (Red+Green+Blue) = 38+174+122=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #26AE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AE7A is #D95185. Grayscale: #7F7F7F. Windows color (decimal): -14242182 or 8039974. OLE color: 8039974.

HSL color Cylindrical-coordinate representation of color #26AE7A: hue angle of 157.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AE7A is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB38174122-
CMYK0.7800.300.32
HSL157.06º64.15%41.57%-
HSV(B)157.06º78.16%68.24%-
XYZ19.4532.0923.58-
YUV127.41124.9464.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=11.38%
G=52.10%
B=36.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381741220.7800.300.32157.0664.1541.57
Hex26AE7A4E01E209d402a
Octal462561721160364023510052
Binary1001101010111011110101001110011110100000100111011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,174,122); }

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

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

 a { background-color: rgb(38,174,122); }

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

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

 span { border-color: rgb(38,174,122); }

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