#86F5A7

Color #86F5A7 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #86F5A7

Tints of Pale Green #86F5A7

Color information

#86F5A7 (or 0x86F5A7) is unknown color: approx Pale Green. HEX triplet: 86, F5 and A7. RGB value is (134,245,167). Sum of RGB (Red+Green+Blue) = 134+245+167=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F5A7 is #790A58. Grayscale: #CBCBCB. Windows color (decimal): -7932505 or 11007366. OLE color: 11007366.

HSL color Cylindrical-coordinate representation of color #86F5A7: hue angle of 137.84º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F5A7 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB134245167-
CMYK0.4500.320.04
HSL137.84º84.73%74.31%-
HSV(B)137.84º45.31%96.08%-
XYZ49.4673.1648.07-
YUV202.92107.7378.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 245 (96.09% from 255) = 44.87%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=24.54%
G=44.87%
B=30.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342451670.4500.320.04137.8484.7374.31
Hex86F5A72D02048a554a
Octal206365247550404212125112
Binary10000110111101011010011110110101000001001000101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F5A7; }

 p { color: rgb(134,245,167); }

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

<style>
 a { background-color: #86F5A7; }

 a { background-color: rgb(134,245,167); }

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

<style>
 span { border-color: #86F5A7; }

 span { border-color: rgb(134,245,167); }

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