#26AE83

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

Shades of Jungle Green #26AE83

Tints of Jungle Green #26AE83

Color information

#26AE83 (or 0x26AE83) is unknown color: approx Jungle Green. HEX triplet: 26, AE and 83. RGB value is (38,174,131). Sum of RGB (Red+Green+Blue) = 38+174+131=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #26AE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AE83 is #D9517C. Grayscale: #808080. Windows color (decimal): -14242173 or 8629798. OLE color: 8629798.

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

Color convert

RGB38174131-
CMYK0.7800.250.32
HSL161.03º64.15%41.57%-
HSV(B)161.03º78.16%68.24%-
XYZ20.0332.3226.66-
YUV128.43129.4463.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 131 (51.56% from 255) = 38.19%
R=11.08%
G=50.73%
B=38.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381741310.7800.250.32161.0364.1541.57
Hex26AE834E01920a1402a
Octal462562031160314024110052
Binary10011010101110100000111001110011001100000101000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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