#26af86

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

Shades of Jungle Green #26AF86

Tints of Jungle Green #26AF86

Color information

#26AF86 (or 0x26AF86) is unknown color: approx Jungle Green. HEX triplet: 26, AF and 86. RGB value is (38,175,134). Sum of RGB (Red+Green+Blue) = 38+175+134=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #26AF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AF86 is #D95079. Grayscale: #818181. Windows color (decimal): -14241914 or 8826662. OLE color: 8826662.

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

Color convert

RGB38175134-
CMYK0.7800.230.31
HSL162.04º64.32%41.76%-
HSV(B)162.04º78.29%68.63%-
XYZ20.4332.7927.81-
YUV129.36130.6162.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.95%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=10.95%
G=50.43%
B=38.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381751340.7800.230.31162.0464.3241.76
Hex26AF864E0171Fa2402a
Octal462572061160273724210052
Binary1001101010111110000110100111001011111111101000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26af86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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