#27AC86

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

Shades of Jungle Green #27AC86

Tints of Jungle Green #27AC86

Color information

#27AC86 (or 0x27AC86) is unknown color: approx Jungle Green. HEX triplet: 27, AC and 86. RGB value is (39,172,134). Sum of RGB (Red+Green+Blue) = 39+172+134=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #27AC86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AC86 is #D85379. Grayscale: #7F7F7F. Windows color (decimal): -14177146 or 8825895. OLE color: 8825895.

HSL color Cylindrical-coordinate representation of color #27AC86: hue angle of 162.86º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AC86 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB39172134-
CMYK0.7700.220.33
HSL162.86º63.03%41.37%-
HSV(B)162.86º77.33%67.45%-
XYZ19.8931.6627.62-
YUV127.9131.4464.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.30%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=11.30%
G=49.86%
B=38.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391721340.7700.220.33162.8663.0341.37
Hex27AC864D01621a33f29
Octal47254206115026412437751
Binary1001111010110010000110100110101011010000110100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27AC86; }

 p { color: rgb(39,172,134); }

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

<style>
 a { background-color: #27AC86; }

 a { background-color: rgb(39,172,134); }

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

<style>
 span { border-color: #27AC86; }

 span { border-color: rgb(39,172,134); }

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