#27AE8A

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

Shades of Jungle Green #27AE8A

Tints of Jungle Green #27AE8A

Color information

#27AE8A (or 0x27AE8A) is unknown color: approx Jungle Green. HEX triplet: 27, AE and 8A. RGB value is (39,174,138). Sum of RGB (Red+Green+Blue) = 39+174+138=351 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.11% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #27AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AE8A is #D85175. Grayscale: #818181. Windows color (decimal): -14176630 or 9088551. OLE color: 9088551.

HSL color Cylindrical-coordinate representation of color #27AE8A: hue angle of 164º degrees, saturation: 0.63, 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 #27AE8A is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB39174138-
CMYK0.7800.210.32
HSL164º63.38%41.76%-
HSV(B)164º77.59%68.24%-
XYZ20.5632.5429.24-
YUV129.53132.7763.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.11%
GREEN value IS 174 (68.36% from 255) = 49.57%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=11.11%
G=49.57%
B=39.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391741380.7800.210.3216463.3841.76
Hex27AE8A4E01520a43f2a
Octal47256212116025402447752
Binary1001111010111010001010100111001010110000010100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,174,138); }

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

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

 a { background-color: rgb(39,174,138); }

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

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

 span { border-color: rgb(39,174,138); }

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