Html Css Color HEX #27AB86 Jungle Green

📋 copy color: '#27AB86'

red 39 ◦ green 171 ◦ blue 134

#27AB86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #27AB86

Tints of Jungle Green #27AB86

RGB

 RED value IS 39 (15.63% from 255) = 11.34%

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 11.34%
G = 49.71%
B = 38.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#27AB86 (or 0x27AB86) is known color: Jungle Green. HEX triplet: 27, AB and 86. RGB value is (39,171,134). Sum of RGB (Red+Green+Blue) = 39+171+134=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AB86 is #D85479. Grayscale: #7F7F7F. Windows color (decimal): -14177402 or 8825639. OLE color: 8825639.

HSL color Cylindrical-coordinate representation of color #27AB86: hue angle of 163.18º 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 #27AB86 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 171 134 -
CMYK 0.77 0 0.22 0.33
HSL 163.18º 0.63% 0.41% -
HSV(B) 163.18º 0.77% 0.67% -
XYZ 19.7 31.28 27.55 -
YUV 127.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 39 171 134 0.77 0 0.22 0.33 163.18 0.63 0.41
Hex 27 AB 86 4D 0 16 21 A3 3F 29
Octal 47 253 206 115 0 26 41 243 77 51
Binary 100111 10101011 10000110 1001101 0 10110 100001 10100011 111111 101001

Color Harmonies of #27AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AB86

Black with #27AB86

Text Example


Text Example

White with #27AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27AB86;
 }
 .AnyTagClassName
 {
   color: #27AB86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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